INPUT_OBJECT
ClientCompanyCondition
A condition to be used against ClientCompany
object types. All fields are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input ClientCompanyCondition {
- # Checks for equality with the object’s `companyId` field.
- UUID :
- # Checks for equality with the object’s `accountingCompanyId` field.
- UUID :
- # Checks for equality with the object’s `importMembers` field.
- String] : [
- # Checks for equality with the object’s `emailAlias` field.
- EmailAlias :
- # Checks for equality with the object’s `processing` field.
- ProcessingFrequency :
- # Checks for equality with the object’s `vatDeclaration` field.
- VatDeclarationFrequency :
- # Checks for equality with the object’s `defaultCostCenterNr` field.
- Int :
- # Checks for equality with the object’s `defaultCostCenterStr` field.
- String :
- # Checks for equality with the object’s `active` field.
- Boolean :
- # Checks for equality with the object’s `updatedAt` field.
- UpdatedTime :
- # Checks for equality with the object’s `createdAt` field.
- CreatedTime :
- }