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.
- : UUID
- # Checks for equality with the object’s `companyRowId` field.
- : UUID
- # Checks for equality with the object’s `partnerCompanyRowId` field.
- : UUID
- # Checks for equality with the object’s `createdBy` field.
- : UUID
- # Checks for equality with the object’s `main` field.
- : Boolean
- # Checks for equality with the object’s `street` field.
- : NonEmptyText
- # Checks for equality with the object’s `city` field.
- : NonEmptyText
- # Checks for equality with the object’s `zip` field.
- : NonEmptyText
- # Checks for equality with the object’s `country` field.
- : CountryCode
- # Checks for equality with the object’s `phone` field.
- : NonEmptyText
- # Checks for equality with the object’s `email` field.
- : EmailAddr
- # Checks for equality with the object’s `website` field.
- : NonEmptyText
- # Checks for equality with the object’s `registrationNo` field.
- : NonEmptyText
- # Checks for equality with the object’s `taxNo` field.
- : NonEmptyText
- # Checks for equality with the object’s `vatNo` field.
- : VatId
- # Checks for equality with the object’s `updatedAt` field.
- : UpdatedTime
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- }