INPUT_OBJECT

AccountingCompanyCondition

A condition to be used against AccountingCompany object types. All fields are tested for equality and combined with a logical ‘and.’

link GraphQL Schema definition

  • input AccountingCompanyCondition {
  • # Checks for equality with the object’s `companyId` field.
  • companyId: UUID
  • # Checks for equality with the object’s `isTaxAdviser` field.
  • isTaxAdviser: Boolean
  • # 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
  • }