You are here

namespace Drupal\graphql_core\Plugin\GraphQL\Fields\EntityReference in GraphQL 8.3

Classsort descending Location Description
EntityReferenceQuery modules/graphql_core/src/Plugin/GraphQL/Fields/EntityReference/EntityReferenceQuery.php Plugin annotation @GraphQLField( id = "entity_reference_query", secure = true, type = "EntityQueryResult", arguments = { "filter" = "EntityQueryFilterInput", "sort" = "[EntityQuerySortInput]", "offset" = { "type" = "Int", …
EntityReferenceReverse modules/graphql_core/src/Plugin/GraphQL/Fields/EntityReference/EntityReferenceReverse.php Plugin annotation @GraphQLField( id = "entity_reference_reverse", secure = true, type = "EntityQueryResult!", arguments = { "filter" = "EntityQueryFilterInput", "sort" = "[EntityQuerySortInput]", "offset" = { "type" =…