INPUT_OBJECT
DocumentCategoryObjectInstanceCondition
A condition to be used against DocumentCategoryObjectInstance object types.
All fields are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input DocumentCategoryObjectInstanceCondition {
- # Checks for equality with the object’s `documentCategoryRowId` field.
- : UUID
- # Checks for equality with the object’s `objectInstanceRowId` field.
- : UUID
- # Checks for equality with the object’s `createdBy` field.
- : TrimmedText
- # Checks for equality with the object’s `createdAt` field.
- : Datetime
- }