interface PersistedQueryMappingProvider

Interface PersistedQueryMappingProvider

Methods

array
getQueryMapping(string $schemaKey = 'default')

return a map from to

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 to

Parameters

string $schemaKey

Return Value

array

at line 26
string getByID(string $queryID, string $schemaKey = 'default')

return a query given an ID

Parameters

string $queryID
string $schemaKey

Return Value

string

at line 34
mixed setSchemaMapping(array $mapping)

Sets mapping of query mapping to schema keys

Parameters

array $mapping

Return Value

mixed

at line 39
array getSchemaMapping()

Return Value

array