OBJECT

Preference

link GraphQL Schema definition

  • type Preference {
  • # If set, determine the amenities
  • amenities: [Amenity!]
  • # If set, determine the condition
  • condition: Condition
  • # If set, determine when the preference is created. Example:
  • # 2018-11-13T10:00:00+01:00
  • created_at: JSONDateTime
  • # if set, determine the currency
  • currency: Currency
  • # If set, determine is investment
  • is_investor: Boolean
  • # if set, determine the location preference
  • locationPreferences: [LocationPreference!]
  • # if set, determine the location preference text
  • location_text: String
  • # if set, determine maximum gross area
  • max_gross_area: Float
  • # if set, determine maximum liveable area
  • max_liveable_area: Float
  • # if set, determine maximum net area
  • max_net_area: Float
  • # if set, determine maximum plot area
  • max_plot_area: Float
  • # If set, determine maximum price
  • max_price: Float
  • # If set, determine the addition preference message
  • message: String
  • # if set, determine minimum gross area
  • min_gross_area: Float
  • # if set, determine minimum liveable area
  • min_liveable_area: Float
  • # if set, determine minimum net area
  • min_net_area: Float
  • # if set, determine minimum plot area
  • min_plot_area: Float
  • # if set, determine minimum price
  • min_price: Float
  • # If set, determine the minimum rooms amount
  • min_rooms: Int
  • # Determine the type of negotiation let or sale
  • negotiation: NegotiationType!
  • # If set, determine the sub type of the preferences
  • subtypes: [PropertySubtype!]
  • # If set, determine the type of the property
  • type: PropertyType!
  • # If set, determine when the preference is updated. Example:
  • # 2018-11-13T10:00:00+01:00
  • updated_at: JSONDateTime
  • # If set, determine the preferences wishes to be
  • wishes: [Amenity!]
  • # if set, determine the addition preference wishes text message
  • wishes_text: String
  • }

link Require by