ENUM
ModelType
link GraphQL Schema definition
- enum ModelType {
- }
link Require by
- Modelnull
- ModelConditionA condition to be used against `Model` object types. All fields are tested for equality and combined with a logical ‘and.’
- ModelInputAn input for mutations affecting `Model`
- ModelPatchRepresents an update to a `Model`. Fields that are set will be updated.
- ModelTypeFilterA filter to be used against ModelType fields. All fields are combined with a logical ‘and.’