PublicationDetailsPatch

open_in_new

A patch operation on the public viewer details. Updates the specified fields, leaving the others unchanged.

GraphQL Schema definition

  • input PublicationDetailsPatch {
  • # Update contact information such as name, email and phone.
  • contact: ModelContactPatch
  • # Update an external url that should be included for more details.
  • externalUrl: String
  • # Update the presented by label.
  • presentedBy: String
  • # Update the summary about a model.
  • summary: String
  • }