You are here

namespace Drupal\graphql_core\Plugin\GraphQL\Enums\EntityQuery in GraphQL 8.3

Classsort descending Location Description
EntityQueryBundleMode modules/graphql_core/src/Plugin/GraphQL/Enums/EntityQuery/EntityQueryBundleMode.php Plugin annotation @GraphQLEnum( id = "entity_query_bundle_mode", name = "EntityQueryBundleMode", values = { "SAME" = { "value" = "same", "description" = @Translation("Loads only entities that share the same bundle with the…
EntityQueryRevisionMode modules/graphql_core/src/Plugin/GraphQL/Enums/EntityQuery/EntityQueryRevisionMode.php Plugin annotation @GraphQLEnum( id = "entity_query_revision_mode", name = "EntityQueryRevisionMode", values = { "DEFAULT" = { "value" = "default", "description" = @Translation("Loads the current (default) revisions."), }, …