📄️ gca_placeholder
When a field's value is null, specifies whether the field's placeholder should be returned instead. This applies to the current field and all its sub-fields, unless it's redefined with a new value further down the field hierarchy.
📄️ gca_raw
Specifies if the field's raw State value is preferred over the calculated value of the backing getter method. This applies to the current field and all its sub-fields, unless it's redefined with a new value further down the field hierarchy.
📄️ include
Directs the executor to include this field or fragment only when the if argument is true
📄️ sdl
Specifies if the raw SDL should be included in the response extensions. Introspection queries must be allowed in order for it to take effect.
📄️ skip
Directs the executor to skip this field or fragment when the if argument is true.