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.
  • id: UUID
  • # Checks for equality with the object’s `name` field.
  • name: String
  • # Checks for equality with the object’s `updatedAt` field.
  • updatedAt: UpdatedTime
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: CreatedTime
  • # Checks for equality with the object’s `clientCompanyId` field.
  • clientCompanyId: UUID
  • }