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 `companyRowId` field.
  • companyRowId: UUID
  • # Checks for equality with the object’s `accountingCompanyClientCompanyRowId`
  • # field.
  • accountingCompanyClientCompanyRowId: UUID
  • # Checks for equality with the object’s `importMembers` field.
  • importMembers: [String]
  • # Checks for equality with the object’s `emailAlias` field.
  • emailAlias: String
  • # 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 `updatedAt` field.
  • updatedAt: UpdatedTime
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: CreatedTime
  • }