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
Essentially this is what you need to do every time you want to make a field available in the schema. We tell Drupal where and how to get the data and specify where this maps to.
Copy file name to clipboardExpand all lines: doc/queries/README.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,10 @@ type Article implements NodeInterface {
17
17
We now need to resolve the title field via a data producer which is already provided by the `entity_label` module. This will give us the label of an entity:
0 commit comments