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.
- ModelContactPatch :
- # Update an external url that should be included for more details.
- String :
- # Update the presented by label.
- String :
- # Update the summary about a model.
- String :
- # Update publication options.
- #
- # @internal
- ModelPublicationOptionsPatch :
- }