Skip to content

UpdateTemplateDeprecationStatusPayload

No description

graphql
type UpdateTemplateDeprecationStatusPayload {
  template: Template!
}

Fields

UpdateTemplateDeprecationStatusPayload.template ● Template! non-null interface

The updated Template

Returned By

updateTemplateDeprecationStatus mutation

Released under the MIT License.