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.
  • rowId: UUID
  • # Checks for equality with the object’s `clientCompanyRowId` field.
  • clientCompanyRowId: UUID
  • # Checks for equality with the object’s `type` field.
  • type: String
  • # Checks for equality with the object’s `number` field.
  • number: AccountNo
  • # Checks for equality with the object’s `accountingArea` field.
  • accountingArea: AccountNo
  • # Checks for equality with the object’s `userAccount` field.
  • userAccount: AccountNo
  • # Checks for equality with the object’s `note` field.
  • note: TrimmedText
  • # Checks for equality with the object’s `address` field.
  • address: TrimmedText
  • # Checks for equality with the object’s `alternativeAddresses` field.
  • alternativeAddresses: [TrimmedText]
  • # Checks for equality with the object’s `zip` field.
  • zip: TrimmedText
  • # Checks for equality with the object’s `city` field.
  • city: TrimmedText
  • # Checks for equality with the object’s `country` field.
  • country: CountryCode
  • # Checks for equality with the object’s `iban` field.
  • iban: BankIban
  • # Checks for equality with the object’s `bic` field.
  • bic: BankBic
  • # Checks for equality with the object’s `active` field.
  • active: Boolean
  • # Checks for equality with the object’s `title` field.
  • title: TrimmedText
  • }