INPUT_OBJECT

PublicationDetailsPatch

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

link 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
  • # Update publication options.
  • #
  • # @internal
  • options: ModelPublicationOptionsPatch
  • }