INPUT_OBJECT
PreferenceInput
The preference input type.
link GraphQL Schema definition
- input PreferenceInput {
- # The amenities the property should have.
- : [Amenity!]
- # The condition of the property the buyer lead is looking for.
- : Condition
- # The date when the preferences set was created. If empty we set it to the date
- # the preferences set was imported.
- : JSONDateTime
- # The currency code for the budget range.
- : Currency
- # If the buyer lead is an investor set this to true, false otherwise.
- : Boolean
- # The location preferences. A list of location information that describing where
- # the property should be located.
- : [LocationPreferenceInput!]
- # Text about location preferences
- : 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
- # The maximum value for the budget range.
- : Float
- # Message about user preferences
- : 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
- # The minimum value for the budget range.
- : Float
- # The minimum number of rooms the property has. This is a valid field for house
- # and apartments.
- : Int
- # The property negotiation type. Express the interest to acquire or rent a
- # property.
- : NegotiationType!
- # The subtype of property.
- : [PropertySubtype!]
- # The property main type. Express the interest in a house or apartment or other
- # property types.
- : PropertyType!
- # The date when the preferences where updated. If empty we set it to the date the
- # preferences set was imported.
- : JSONDateTime
- # The whishes from amenities list the property preferable should have.
- : [Amenity!]
- # The text about user wishes
- : String
- }