ENUM

PropertyType

The main property type.

link GraphQL Schema definition

  • enum PropertyType {
  • # The property is an apartment.
  • apartment
  • # The property is for commercial use.
  • commercial
  • # The property is a house.
  • house
  • # The property is land.
  • land
  • # The property is an office.
  • office
  • # The property is a parking.
  • parking
  • }