INPUT_OBJECT
CompanyCondition
A condition to be used against Company
object types. All fields are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input CompanyCondition {
- # Checks for equality with the object’s `id` field.
- UUID :
- # Checks for equality with the object’s `name` field.
- String :
- # Checks for equality with the object’s `brandName` field.
- String :
- # Checks for equality with the object’s `legalForm` field.
- LegalForm :
- # Checks for equality with the object’s `founded` field.
- Date :
- # Checks for equality with the object’s `dissolved` field.
- Date :
- # Checks for equality with the object’s `street` field.
- String :
- # Checks for equality with the object’s `city` field.
- String :
- # Checks for equality with the object’s `zip` field.
- String :
- # Checks for equality with the object’s `country` field.
- CountryCode :
- # Checks for equality with the object’s `ceo` field.
- String :
- # Checks for equality with the object’s `phone` field.
- String :
- # Checks for equality with the object’s `email` field.
- EmailAddr :
- # Checks for equality with the object’s `website` field.
- String :
- # Checks for equality with the object’s `registrationNr` field.
- String :
- # Checks for equality with the object’s `vatId` field.
- VatId :
- # Checks for equality with the object’s `updatedAt` field.
- UpdatedTime :
- # Checks for equality with the object’s `createdAt` field.
- CreatedTime :
- }