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.
- : UUID
- # Checks for equality with the object’s `clientCompanyRowId` field.
- : UUID
- # Checks for equality with the object’s `documentType` field.
- : DocumentType
- # Checks for equality with the object’s `bookingType` field.
- : BookingType
- # Checks for equality with the object’s `bookingCategory` field.
- : String
- # Checks for equality with the object’s `description` field.
- : String
- # Checks for equality with the object’s `emailAlias` field.
- : EmailAlias
- # Checks for equality with the object’s `generalLedgerAccountRowId` field.
- : UUID
- # Checks for equality with the object’s `internalNumberMode` field.
- : DocumentCategoryInternalNumberMode
- # Checks for equality with the object’s `internalNumberMin` field.
- : BigInt
- # Checks for equality with the object’s `updatedAt` field.
- : UpdatedTime
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- }