EntityAccess |
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityAccess.php |
Plugin annotation
@GraphQLField(
id = "entity_access",
secure = true,
name = "entityAccess",
type = "Boolean",
parents = {"Entity"},
arguments = {
"operation" = "String!"
}
) |
EntityBundle |
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityBundle.php |
Plugin annotation
@GraphQLField(
id = "entity_bundle",
secure = true,
name = "entityBundle",
type = "String",
parents = {"Entity"}
) |
EntityById |
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityById.php |
Plugin annotation
@GraphQLField(
id = "entity_by_id",
secure = true,
arguments = {
"id" = "String!"
},
contextual_arguments = {"language"},
deriver = "Drupal\graphql_core\Plugin\Deriver\Fields\EntityByIdDeriver"
) |
EntityChanged |
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityChanged.php |
TODO: Should we derive this for each entity type individually? |
EntityCreated |
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityCreated.php |
TODO: Should we derive this for each entity type individually? |
EntityDescription |
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityDescription.php |
Plugin annotation
@GraphQLField(
id = "entity_description",
secure = true,
name = "entityDescription",
type = "String",
parents = {"EntityDescribable"}
) |
EntityField |
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityField.php |
Plugin annotation
@GraphQLField(
id = "entity_field",
secure = true,
weight = -2,
deriver = "Drupal\graphql_core\Plugin\Deriver\Fields\EntityFieldDeriver",
) |
EntityFieldItem |
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityFieldItem.php |
Plugin annotation
@GraphQLField(
id = "entity_field_item",
secure = true,
weight = -1,
deriver = "Drupal\graphql_core\Plugin\Deriver\Fields\EntityFieldItemDeriver",
) |
EntityId |
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityId.php |
Plugin annotation
@GraphQLField(
id = "entity_id",
secure = true,
name = "entityId",
type = "String",
parents = {"Entity"}
) |
EntityLabel |
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityLabel.php |
Plugin annotation
@GraphQLField(
id = "entity_label",
secure = true,
name = "entityLabel",
type = "String",
parents = {"Entity"}
) |
EntityLanguage |
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityLanguage.php |
Plugin annotation
@GraphQLField(
id = "entity_language",
secure = true,
name = "entityLanguage",
type = "Language",
parents = {"Entity"}
) |
EntityOwner |
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityOwner.php |
Plugin annotation
@GraphQLField(
id = "entity_owner",
secure = true,
name = "entityOwner",
type = "entity:user",
parents = {"EntityOwnable"}
) |
EntityPublished |
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityPublished.php |
Plugin annotation
@GraphQLField(
id = "entity_published",
secure = true,
name = "entityPublished",
type = "Boolean",
parents = {"EntityPublishable"}
) |
EntityQueryExclusive |
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityQueryExclusive.php |
Query entities of the same type without the context's entity. |
EntityRendered |
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityRendered.php |
Plugin annotation
@GraphQLField(
id = "entity_rendered",
name = "entityRendered",
type = "String",
secure = true,
deriver = "Drupal\graphql_core\Plugin\Deriver\Fields\EntityRenderedDeriver",
) |
EntityRevisionById |
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityRevisionById.php |
Plugin annotation
@GraphQLField(
id = "entity_revision_by_id",
secure = true,
arguments = {
"id" = "String!"
},
contextual_arguments = {"language"},
deriver = "Drupal\graphql_core\Plugin\Deriver\Fields\EntityRevisionByIdDeriver"
) |
EntityRevisions |
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityRevisions.php |
Plugin annotation
@GraphQLField(
id = "entity_revisions",
name = "entityRevisions",
secure = true,
parents = {"EntityRevisionable"},
type = "EntityQueryResult!",
arguments = {
"filter" = "EntityQueryFilterInput",
"sort" =… |
EntityTranslation |
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityTranslation.php |
Plugin annotation
@GraphQLField(
id = "entity_translation",
secure = true,
name = "entityTranslation",
type = "Entity",
parents = {"Entity"},
arguments = {
"language" = "LanguageId!"
}
) |
EntityTranslations |
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityTranslations.php |
Plugin annotation
@GraphQLField(
id = "entity_translations",
name = "entityTranslations",
secure = true,
type = "[Entity]",
parents = {"Entity"}
) |
EntityType |
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityType.php |
Plugin annotation
@GraphQLField(
id = "entity_type",
secure = true,
name = "entityType",
type = "String",
parents = {"Entity"}
) |
EntityUrl |
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityUrl.php |
Plugin annotation
@GraphQLField(
id = "entity_url",
secure = true,
name = "entityUrl",
type = "Url",
parents = {"Entity"}
) |
EntityUuid |
modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityUuid.php |
Plugin annotation
@GraphQLField(
id = "entity_uuid",
secure = true,
name = "entityUuid",
type = "String",
parents = {"Entity"}
) |