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 `id` field.
  • id: UUID
  • # Checks for equality with the object’s `clientCompanyId` field.
  • clientCompanyId: UUID
  • # Checks for equality with the object’s `documentType` field.
  • documentType: DocumentType
  • # 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 `processor` field.
  • processor: DocumentCategoryProcessor
  • # Checks for equality with the object’s `emailAlias` field.
  • emailAlias: EmailAlias
  • # 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 `generalLedgerAccountId` field.
  • generalLedgerAccountId: UUID
  • }