function QueryMapInterface::getQuery in GraphQL 8.3
Returns a single GraphQL query from the map.
Parameters
$queryId:
Return value
string|null A single GraphQL query.
1 method overrides QueryMapInterface::getQuery()
- QueryMap::getQuery in src/
Entity/ QueryMap.php - Returns a single GraphQL query from the map.
File
- src/
Entity/ QueryMapInterface.php, line 20
Class
- QueryMapInterface
- Provides an interface defining a GraphQLQueryMap entity.
Namespace
Drupal\graphql\EntityCode
function getQuery($queryId);