INPUT_OBJECT

PropertyStructureInput

Structure group.

link GraphQL Schema definition

  • input PropertyStructureInput {
  • # The number of bathrooms.
  • bathrooms: Int
  • # The number of bedrooms.
  • bedrooms: Int
  • # Details about the height of the ceiling.
  • ceiling_height: AreaInput
  • # The number of closed office spaces.
  • closed_office_spaces: Int
  • # The number of conference rooms.
  • 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.
  • kitchens: Int
  • # Details about the liveable area.
  • liveable_area: AreaInput
  • # The number of living rooms.
  • 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.
  • manufacturing_areas: Int
  • # The number of meeting rooms.
  • meeting_rooms: Int
  • # Details about the net area.
  • net_area: AreaInput
  • # The number of open office spaces.
  • open_office_spaces: Int
  • # The number of parking spots.
  • 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.
  • shower_rooms: Int
  • # The number of showrooms.
  • showrooms: Int
  • # The number of storage rooms.
  • storage_rooms: Int
  • # The number of toilets.
  • toilets: Int
  • }