INPUT_OBJECT

ModelPublicationOptionsPatch

A patch operation on the publication options. Updates the specified fields, leaving the others unchanged.

@internal

link GraphQL Schema definition

  • input ModelPublicationOptionsPatch {
  • # Updates whether visitors may see the contact email in the public viewer. Note:
  • # This may be overridded based on
  • # the branding method used to create the public viewing link.
  • contactEmailOverride: SettingOverride
  • # Updates whether visitors may see the contact name in the public viewer. Note:
  • # This may be overridded based on
  • # the branding method used to create the public viewing link.
  • contactNameOverride: SettingOverride
  • # Updates whether visitors may see the contact's phone number in the public
  • # viewer. Note: This may be overridded
  • # based on the branding method used to create the public viewing link.
  • contactPhoneOverride: SettingOverride
  • # Updates whether visitors may see the model's name in the public viewer. Note:
  • # This may be overridded
  • # based on the branding method used to create the public viewing link.
  • modelNameOverride: SettingOverride
  • # Updates whether visitors may see the model's summary in the public viewer.
  • # Note: This may be overridded
  • # based on the branding method used to create the public viewing link.
  • modelSummaryOverride: SettingOverride
  • # Updates whether visitors may see who is presenting the model in the public
  • # viewer. Note: This may be overridded
  • # based on the branding method used to create the public viewing link.
  • presentedByOverride: SettingOverride
  • # Updates whether visitors may see the model's address in the public viewer.
  • # Note: This may be overridded
  • # based on the branding method used to create the public viewing link.
  • addressOverride: SettingOverride
  • # Updates whether visitors may see the share icon and external URL for this model.
  • # Note: This may be overridded
  • # based on the branding method used to create the public viewing link.
  • externalUrlOverride: SettingOverride
  • }