PersistedQueryMappingProvider
interface PersistedQueryMappingProvider
Interface PersistedQueryMappingProvider
Methods
array
getQueryMapping(string $schemaKey = 'default')
return a map from
string
getByID(string $queryID, string $schemaKey = 'default')
return a query given an ID
mixed
setSchemaMapping(array $mapping)
Sets mapping of query mapping to schema keys
array
getSchemaMapping()
No description
Details
at line 17
array
getQueryMapping(string $schemaKey = 'default')
return a map from
at line 26
string
getByID(string $queryID, string $schemaKey = 'default')
return a query given an ID
at line 34
mixed
setSchemaMapping(array $mapping)
Sets mapping of query mapping to schema keys