OBJECT
PropertyPreference
Property Preference
link GraphQL Schema definition
- type PropertyPreference {
- # business property types of the property preference
- : [BusinessPropertyTypeEnum!]
- # comments on the property preference
- : String
- # Commercial listing type of the property preference
- : CommercialListingTypeEnum
- # commercial property types of the property preference
- : [CommercialPropertyTypeEnum!]
- # contact of the property preference
- : Contact
- # When the property preference was created
- : ISO8601DateTime
- # ID of the property preference
- : ID!
- # Land size units
- : LandSizeUnitsEnum
- # Listing types of the property preference
- : [ListingTypeEnum!]
- # Maximum number of bathrooms of the property preference
- : Int
- # Maximum number of bedrooms of the property preference
- : Int
- # Max car spaces
- : Int
- # Max commercial
- : Float
- # Max floor size
- : Int
- # Max land size
- : Float
- # Max land size in square metres
- : Float
- # Max sale price
- : Float
- # Max rent
- : Float
- # Mininmum number of bathrooms of the property preference
- : Int
- # Mininmum number of bedrooms of the property preference
- : Int
- # Min car spaces
- : Int
- # Min floor size
- : Int
- # Min land size
- : Float
- # Min land size in square metres
- : Float
- # Min sale price
- : Float
- # Min rent
- : Float
- # Postcode ids of the property preference
- : [Int!]
- # Postcodes of the property preference
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- (: String, : String, : Int, : Int): PostcodeConnection
- # Property tags of the property preference
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- (: String, : String, : Int, : Int): PropertyTagConnection
- # property types of the property preference
- : [ResidentialPropertyTypeEnum!]
- # rural property types of the property preference
- : [RuralPropertyTypeEnum!]
- # When the property preference was last updated
- : ISO8601DateTime
- }
link Require by
- CreatePropertyPreferencePayloadAutogenerated return type of CreatePropertyPreference
- DestroyPropertyPreferencePayloadAutogenerated return type of DestroyPropertyPreference
- PropertyPreferenceConnectionThe connection type for PropertyPreference.
- PropertyPreferenceEdgeAn edge in a connection.
- QueryThe query root of this schema
- UpdatePropertyPreferencePayloadAutogenerated return type of UpdatePropertyPreference