INPUT_OBJECT
DocumentWorkflowCondition
A condition to be used against DocumentWorkflow object types. All fields are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input DocumentWorkflowCondition {
- # Checks for equality with the object’s `id` field.
- : UUID
- # Checks for equality with the object’s `name` field.
- : String
- # Checks for equality with the object’s `updatedAt` field.
- : UpdatedTime
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- # Checks for equality with the object’s `clientCompanyId` field.
- : UUID
- }