INPUT_OBJECT
PropertyStructureInput
Structure group.
link GraphQL Schema definition
- input PropertyStructureInput {
- # The number of bathrooms. Derived from rooms during structure normalization.
- : Int
- # The number of bedrooms. Derived from rooms during structure normalization.
- : Int
- # Details about the height of the ceiling.
- : AreaInput
- # The number of closed office spaces. Derived from rooms during structure
- # normalization.
- : Int
- # The number of conference rooms. Derived from rooms during structure
- # normalization.
- : Int
- # Details about the display windows length.
- : AreaInput
- # The number of floors.
- : Int
- # Details about the gross area.
- : AreaInput
- # The number of kitchens. Derived from rooms during structure normalization.
- : Int
- # Details about the liveable area.
- : AreaInput
- # The number of living rooms. Derived from rooms during structure normalization.
- : 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. Derived from rooms during structure
- # normalization.
- : Int
- # The number of meeting rooms. Derived from rooms during structure normalization.
- : Int
- # Details about the net area.
- : AreaInput
- # The number of open office spaces. Derived from rooms during structure
- # normalization.
- : Int
- # The number of parking spots. Derived from rooms during structure normalization.
- : Int
- # Details about the plot area.
- : AreaInput
- # A list of the rooms of the property.
- : [PropertyRoomAttributesInput!]
- # The number of shower rooms. Derived from rooms during structure normalization.
- : Int
- # The number of showrooms. Derived from rooms during structure normalization.
- : Int
- # The number of storage rooms. Derived from rooms during structure normalization.
- : Int
- # The number of toilets. Derived from rooms during structure normalization.
- : Int
- }