ModelMlsDetails

open_in_new

MLS (real estate property listings) details.

GraphQL Schema definition

  • type ModelMlsDetails {
  • # The mls identifier, if this is specified and unique within
  • # the organization it may also be used to retrieve the model
  • # via `models(id: , field: mlsId)`
  • id: ID
  • # The name to use when publishing a listing.
  • name: String
  • }