ENUM

NegotiationType

The negotiation type of a property.

link GraphQL Schema definition

  • enum NegotiationType {
  • # The property is to rent.
  • let
  • # The property is for sale.
  • sale
  • }