context
) : Request arbitrary Drupal context objects with GraphQL. entity_access
) : Returns whether the given user has entity access given an entity such as a node.entity_bundle
) : Returns the name of the entity's bundle given an entity such as a node.entity_changed
) : Returns the entity changed date given an entity such as a node.entity_created
) : Returns the entity created date given an entity such as a node.entity_description
) : Returns the entity description given an entity.entity_id
) : Returns the entity identifier.entity_label
) : Returns the entity label given an entity such as a node.entity_language
) : Returns the entity language.entity_load
) : Loads a single entity given parameters like type, id (optional), language (optional) bundles (optional), access (TRUE by default), access_user (current user by default) or access_operation ("view" by default).entity_load_multiple
) : Loads a multiple entities given parameters like type, ids (optional), language (optional), bundles (optional), access (TRUE by default), access_user (current user by default) or access_operation ("view" by default)entity_load_by_uuid
) : Loads a single entity by Uuid with access control parameters: access (TRUE by default), access_user (current user by default) or access_operation ("view" by default).entity_owner
) : Returns the entity owner given an entity such as a node.entity_published
) : Returns whether the entity is published given an entity such as a node.entity_rendered
) : Returns the rendered entity.entity_translation
) : Returns the translated entity with access control parameters: access (TRUE by default), access_user (current user by default) or access_operation ("view" by default).entity_translations
) : Returns all available translations of an entity with access control parameters: access (TRUE by default), access_user (current user by default) or access_operation ("view" by default).entity_type_id
) : Returns an entity's entity type.entity_url
) : Returns the entity's url.entity_uuid
) : Returns the entity's uuid.image_derivative
) : Returns image derivative properties (image style url width and height) given a image/file entity and a style name.image_style_url
) : Returns the URL of an image derivative given a an image derivative.image_url
) : Returns the url of an image entity given an image/file entityentity_reference
) : Loads entities from an entity reference field given an entity and a field name.menu_links
) : Returns the menu links of a menu, given a menu entity (entity:menu).menu_link_url
) : Returns the url of a menu link given a menu link.menu_link_label
) : Returns the label of a menu link.menu_link_expanded
) : Returns whether a menu link is expanded.menu_link_description
) : Returns the description of a menu link.menu_link_attribute
) : Returns an attribute of a menu link given a menu link and an attribute name. If you are using the menu_link_attributes
module this will return those options out of the box.menu_tree_subtree
) : Returns the subtree of a menu tree element.menu_tree_link
) : Returns the link of a menu tree element.route_load
) : Loads a route given a path, returning a \Drupal\Core\Url
route_entity
) : The entity belonging to the current url, given a url and a language (optional).url_path
) : The processed url path. Given a \Drupal\Core\Url
returns the string value for the path.property_path
) : Resolves a typed data value at a given property path. Takes as arguments a path, value and type (optional).