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.
  • companyId: UUID
  • # Checks for equality with the object’s `accountingCompanyId` field.
  • accountingCompanyId: UUID
  • # Checks for equality with the object’s `importMembers` field.
  • importMembers: [String]
  • # Checks for equality with the object’s `emailAlias` field.
  • emailAlias: EmailAlias
  • # Checks for equality with the object’s `processing` field.
  • processing: ProcessingFrequency
  • # Checks for equality with the object’s `vatDeclaration` field.
  • vatDeclaration: VatDeclarationFrequency
  • # Checks for equality with the object’s `defaultCostCenterNr` field.
  • defaultCostCenterNr: Int
  • # Checks for equality with the object’s `defaultCostCenterStr` field.
  • defaultCostCenterStr: String
  • # Checks for equality with the object’s `active` field.
  • active: Boolean
  • # Checks for equality with the object’s `updatedAt` field.
  • updatedAt: UpdatedTime
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: CreatedTime
  • }