INPUT_OBJECT

CompanyLocationCondition

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

link GraphQL Schema definition

  • input CompanyLocationCondition {
  • # Checks for equality with the object’s `rowId` field.
  • rowId: UUID
  • # Checks for equality with the object’s `companyRowId` field.
  • companyRowId: UUID
  • # Checks for equality with the object’s `partnerCompanyRowId` field.
  • partnerCompanyRowId: UUID
  • # Checks for equality with the object’s `createdBy` field.
  • createdBy: UUID
  • # Checks for equality with the object’s `main` field.
  • main: Boolean
  • # Checks for equality with the object’s `street` field.
  • street: NonEmptyText
  • # Checks for equality with the object’s `city` field.
  • city: NonEmptyText
  • # Checks for equality with the object’s `zip` field.
  • zip: NonEmptyText
  • # Checks for equality with the object’s `country` field.
  • country: CountryCode
  • # Checks for equality with the object’s `phone` field.
  • phone: NonEmptyText
  • # Checks for equality with the object’s `email` field.
  • email: EmailAddr
  • # Checks for equality with the object’s `website` field.
  • website: NonEmptyText
  • # Checks for equality with the object’s `registrationNo` field.
  • registrationNo: NonEmptyText
  • # Checks for equality with the object’s `taxNo` field.
  • taxNo: NonEmptyText
  • # Checks for equality with the object’s `vatNo` field.
  • vatNo: VatId
  • # Checks for equality with the object’s `updatedAt` field.
  • updatedAt: UpdatedTime
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: CreatedTime
  • }