ModelContactPatch

open_in_new

A patch operation on the model contact details. Updates the specified fields, leaving the others unchanged.

GraphQL Schema definition

  • input ModelContactPatch {
  • # Update the contact name shown in the public viewer.
  • name: String
  • # Update the contact email shown in the public viewer.
  • email: String
  • # Update the contact phone number shown in the public viewer.
  • phoneNumber: String
  • }