INPUT_OBJECT
DocumentWorkflowStepCondition
A condition to be used against DocumentWorkflowStep
object types. All fields are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input DocumentWorkflowStepCondition {
- # Checks for equality with the object’s `id` field.
- UUID :
- # Checks for equality with the object’s `workflowId` 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 :
- }