ViewModeFieldFormatter
Inherits from the view mode configuration of the entity bundle.
Example:
query {
nodeQuery {
entities {
... on NodeArticle {
entityLabel
fieldText {
viewModeFieldFormatter(view_mode: "teaser")
}
}
}
}
}
FieldFormatter
Instead of inheriting from the view mode configuration, the settings from the field are passed.
Example: