INPUT_OBJECT

DocumentCategoryCondition

A condition to be used against DocumentCategory object types. All fields are tested for equality and combined with a logical ‘and.’

link GraphQL Schema definition

  • input DocumentCategoryCondition {
  • # Checks for equality with the object’s `rowId` field.
  • rowId: UUID
  • # Checks for equality with the object’s `clientCompanyRowId` field.
  • clientCompanyRowId: UUID
  • # Checks for equality with the object’s `documentType` field.
  • documentType: DocumentType
  • # Checks for equality with the object’s `bookingType` field.
  • bookingType: BookingType
  • # Checks for equality with the object’s `bookingCategory` field.
  • bookingCategory: String
  • # Checks for equality with the object’s `description` field.
  • description: String
  • # Checks for equality with the object’s `emailAlias` field.
  • emailAlias: EmailAlias
  • # Checks for equality with the object’s `generalLedgerAccountRowId` field.
  • generalLedgerAccountRowId: UUID
  • # Checks for equality with the object’s `internalNumberMode` field.
  • internalNumberMode: DocumentCategoryInternalNumberMode
  • # Checks for equality with the object’s `internalNumberMin` field.
  • internalNumberMin: BigInt
  • # Checks for equality with the object’s `updatedAt` field.
  • updatedAt: UpdatedTime
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: CreatedTime
  • }