INPUT_OBJECT
PropertyStructureInput
Structure group.
link GraphQL Schema definition
- input PropertyStructureInput {
- # The number of bathrooms.
- : Int
- # The number of bedrooms.
- : Int
- # Details about the height of the ceiling.
- : AreaInput
- # The number of closed office spaces.
- : Int
- # The number of conference rooms.
- : Int
- # Details about the display windows length.
- : AreaInput
- # The number of floors.
- : Int
- # Details about the gross area.
- : AreaInput
- # The number of kitchens.
- : Int
- # Details about the liveable area.
- : AreaInput
- # The number of living rooms.
- : Int
- # Loi Carrez area - the effective usable surface area. French law. See
- # https://en.wikipedia.org/wiki/Loi_Carrez
- : AreaInput
- # The number of manufacturing areas.
- : Int
- # The number of meeting rooms.
- : Int
- # Details about the net area.
- : AreaInput
- # The number of open office spaces.
- : Int
- # The number of parking spots.
- : Int
- # Details about the plot area.
- : AreaInput
- # A list of the rooms of the property.
- : [PropertyRoomAttributesInput!]
- # The number of shower rooms.
- : Int
- # The number of showrooms.
- : Int
- # The number of storage rooms.
- : Int
- # The number of toilets.
- : Int
- }