INPUT_OBJECT

PropertyStructureInput

Structure group.

link GraphQL Schema definition

  • input PropertyStructureInput {
  • # The number of bathrooms. Derived from rooms during structure normalization.
  • bathrooms: Int
  • # The number of bedrooms. Derived from rooms during structure normalization.
  • bedrooms: Int
  • # Details about the height of the ceiling.
  • ceiling_height: AreaInput
  • # The number of closed office spaces. Derived from rooms during structure
  • # normalization.
  • closed_office_spaces: Int
  • # The number of conference rooms. Derived from rooms during structure
  • # normalization.
  • conference_rooms: Int
  • # Details about the display windows length.
  • display_window_length: AreaInput
  • # The number of floors.
  • floors: Int
  • # Details about the gross area.
  • gross_area: AreaInput
  • # The number of kitchens. Derived from rooms during structure normalization.
  • kitchens: Int
  • # Details about the liveable area.
  • liveable_area: AreaInput
  • # The number of living rooms. Derived from rooms during structure normalization.
  • living_room: Int
  • # Loi Carrez area - the effective usable surface area. French law. See
  • # https://en.wikipedia.org/wiki/Loi_Carrez
  • loi_carrez_area: AreaInput
  • # The number of manufacturing areas. Derived from rooms during structure
  • # normalization.
  • manufacturing_areas: Int
  • # The number of meeting rooms. Derived from rooms during structure normalization.
  • meeting_rooms: Int
  • # Details about the net area.
  • net_area: AreaInput
  • # The number of open office spaces. Derived from rooms during structure
  • # normalization.
  • open_office_spaces: Int
  • # The number of parking spots. Derived from rooms during structure normalization.
  • parking_spaces: Int
  • # Details about the plot area.
  • plot_area: AreaInput
  • # A list of the rooms of the property.
  • rooms: [PropertyRoomAttributesInput!]
  • # The number of shower rooms. Derived from rooms during structure normalization.
  • shower_rooms: Int
  • # The number of showrooms. Derived from rooms during structure normalization.
  • showrooms: Int
  • # The number of storage rooms. Derived from rooms during structure normalization.
  • storage_rooms: Int
  • # The number of toilets. Derived from rooms during structure normalization.
  • toilets: Int
  • }