MlsDetailsPatch

open_in_new

A patch operation on the real estate listing details of the model, updates the specified fields, leaving the others unchanged.

GraphQL Schema definition

  • input MlsDetailsPatch {
  • # Optionally update the listing id.
  • id: String
  • # Optionally update the listing name.
  • name: String
  • }