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.
  • documentRowId: UUID
  • # Checks for equality with the object’s `documentType` field.
  • documentType: DocumentType
  • # Checks for equality with the object’s `workflowStepRowId` field.
  • workflowStepRowId: UUID
  • # Checks for equality with the object’s `workflowStepName` field.
  • workflowStepName: String
  • # Checks for equality with the object’s `workflowRowId` field.
  • workflowRowId: UUID
  • # Checks for equality with the object’s `workflowName` field.
  • workflowName: String
  • # Checks for equality with the object’s `documentState` field.
  • documentState: DocumentState
  • # Checks for equality with the object’s `signaCompanyRowId` field.
  • signaCompanyRowId: UUID
  • # Checks for equality with the object’s `signaCompanyName` field.
  • signaCompanyName: TrimmedText
  • }