INPUT_OBJECT
DocumentWorkflowStateCondition
A condition to be used against DocumentWorkflowState object types. All fields
are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input DocumentWorkflowStateCondition {
- # Checks for equality with the object’s `documentRowId` field.
- : UUID
- # Checks for equality with the object’s `documentType` field.
- : DocumentType
- # Checks for equality with the object’s `workflowStepRowId` field.
- : UUID
- # Checks for equality with the object’s `workflowStepName` field.
- : String
- # Checks for equality with the object’s `workflowRowId` field.
- : UUID
- # Checks for equality with the object’s `workflowName` field.
- : String
- # Checks for equality with the object’s `documentState` field.
- : DocumentState
- # Checks for equality with the object’s `signaCompanyRowId` field.
- : UUID
- # Checks for equality with the object’s `signaCompanyName` field.
- : TrimmedText
- }