📄️ deprecated
Marks the field, argument, input field or enum value as deprecated
📄️ gca_getter
Marks a field as being backed by a getter method, and therefore the value returned may not match what is stored on the raw state. To instead access the raw state data, the @gca_raw directive can be used on the query field.
📄️ gca_object_field
Provides object field information
📄️ gca_object_method
Provides object method information
📄️ gca_object_type
Provides object type information
📄️ gca_schema_types
References other types in the schema by name that are backed by the same Object Type
📄️ gca_view_entry
Provides entry view information
📄️ gca_view_type
Provides view type information
📄️ oneOf
Indicates an Input Object is a OneOf Input Object.
📄️ specifiedBy
Exposes a URL that specifies the behaviour of this scalar.