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