OBJECT
RealEstateObject
A real estate object.
link GraphQL Schema definition
- type RealEstateObject implements Node {
- # A globally unique identifier. Can be used in various places throughout the
- # system to identify this single value.
- : ID!
- : UUID!
- : UUID!
- : String!
- : AccountNo!
- : AccountNo
- : AccountNo
- : TrimmedText
- : TrimmedText
- : [TrimmedText]
- : TrimmedText
- : TrimmedText
- : CountryCode
- : BankIban
- : BankBic
- : Boolean
- : TrimmedText
- # Reads a single `ClientCompany` that is related to this `RealEstateObject`.
- : ClientCompany!
- }
link Require by
- DocumentA `Document` which can be any form of document (invoice, delivery note, statement, etc.).
- QueryThe root query type which gives access points into the data universe.
- RealEstateObjectsConnectionA connection to a list of `RealEstateObject` values.
- RealEstateObjectsEdgeA `RealEstateObject` edge in the connection.