You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/producers/built-in.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,14 @@ This list includes all available data producers inside GraphQL to this day and b
22
22
***Entity id** (`entity_id`) : Returns the entity identifier.
23
23
***Entity label** (`entity_label`) : Returns the entity label given an entity such as a node.
24
24
***Entity language** (`entity_language`) : Returns the entity language.
25
-
***Entity load** (`entity_load`) : Loads a single entity given parameters like type, id (optional), language (optional) or bundles (optional)
26
-
***Entity load multiple** (`entity_load_multiple`) : Loads a multiple entities given parameters like type, ids (optional), language (optional) or bundles (optional)
27
-
***Entity load by uuid** (`entity_load_by_uuid`) : Loads a single entity by Uuid.
25
+
***Entity load** (`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).
26
+
***Entity load multiple** (`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)
27
+
***Entity load by uuid** (`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).
28
28
***Entity owner** (`entity_owner`) : Returns the entity owner given an entity such as a node.
29
29
***Entity published** (`entity_published`) : Returns whether the entity is published given an entity such as a node.
30
30
***Entity rendered** (`entity_rendered`) : Returns the rendered entity.
31
-
***Entity translation** (`entity_translation`) : Returns the translated entity.
32
-
***Entity translations** (`entity_translations`) : Returns all available translations of an entity.
31
+
***Entity translation** (`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).
32
+
***Entity translations** (`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).
33
33
***Entity type** (`entity_type_id`) : Returns an entity's entity type.
34
34
***Entity url** (`entity_url`) : Returns the entity's url.
35
35
***Entity uuid** (`entity_uuid`) : Returns the entity's uuid.
0 commit comments