namespace Drupal\graphql_core\Plugin\GraphQL\Fields\EntityQuery in GraphQL 8.3
Class | Location | Description |
---|---|---|
EntityQuery |
modules/ |
@GraphQLField( id = "entity_query", secure = false, type = "EntityQueryResult", arguments = { "filter" = "EntityQueryFilterInput", "sort" = "[EntityQuerySortInput]", "offset" =… |
EntityQueryCount |
modules/ |
Retrieve the count of an entity query. |
EntityQueryEntities |
modules/ |
Retrieve the entity result set of an entity query. |