OBJECT
Preference
link GraphQL Schema definition
- type Preference {
- # If set, determine the amenities
- : [Amenity!]
- # If set, determine the condition
- : Condition
- # If set, determine when the preference is created. Example:
- # 2018-11-13T10:00:00+01:00
- : JSONDateTime
- # if set, determine the currency
- : Currency
- # If set, determine is investment
- : Boolean
- # if set, determine the location preference
- : [LocationPreference!]
- # if set, determine the location preference text
- : String
- # if set, determine maximum gross area
- : Float
- # if set, determine maximum liveable area
- : Float
- # if set, determine maximum net area
- : Float
- # if set, determine maximum plot area
- : Float
- # If set, determine maximum price
- : Float
- # If set, determine the addition preference message
- : String
- # if set, determine minimum gross area
- : Float
- # if set, determine minimum liveable area
- : Float
- # if set, determine minimum net area
- : Float
- # if set, determine minimum plot area
- : Float
- # if set, determine minimum price
- : Float
- # If set, determine the minimum rooms amount
- : Int
- # Determine the type of negotiation let or sale
- : NegotiationType!
- # If set, determine the sub type of the preferences
- : [PropertySubtype!]
- # If set, determine the type of the property
- : PropertyType!
- # If set, determine when the preference is updated. Example:
- # 2018-11-13T10:00:00+01:00
- : JSONDateTime
- # If set, determine the preferences wishes to be
- : [Amenity!]
- # if set, determine the addition preference wishes text message
- : String
- }