ENUM
ModelStatus
link GraphQL Schema definition
- enum ModelStatus {
- }
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.
- ModelStatusFilterA filter to be used against ModelStatus fields. All fields are combined with a logical ‘and.’