INPUT_OBJECT
RealEstateObjectCondition
A condition to be used against RealEstateObject object types. All fields are
tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input RealEstateObjectCondition {
- # Checks for equality with the object’s `rowId` field.
- : UUID
- # Checks for equality with the object’s `clientCompanyRowId` field.
- : UUID
- # Checks for equality with the object’s `type` field.
- : String
- # Checks for equality with the object’s `number` field.
- : AccountNo
- # Checks for equality with the object’s `accountingArea` field.
- : AccountNo
- # Checks for equality with the object’s `userAccount` field.
- : AccountNo
- # Checks for equality with the object’s `note` field.
- : TrimmedText
- # Checks for equality with the object’s `address` field.
- : TrimmedText
- # Checks for equality with the object’s `alternativeAddresses` field.
- : [TrimmedText]
- # Checks for equality with the object’s `zip` field.
- : TrimmedText
- # Checks for equality with the object’s `city` field.
- : TrimmedText
- # Checks for equality with the object’s `country` field.
- : CountryCode
- # Checks for equality with the object’s `iban` field.
- : BankIban
- # Checks for equality with the object’s `bic` field.
- : BankBic
- # Checks for equality with the object’s `active` field.
- : Boolean
- # Checks for equality with the object’s `title` field.
- : TrimmedText
- }