Skip to content

CreateComponentTemplatePayload

No description

graphql
type CreateComponentTemplatePayload {
  componentTemplate: ComponentTemplate!
}

Fields

CreateComponentTemplatePayload.componentTemplate ● ComponentTemplate! non-null object

The created ComponentTemplate

Returned By

createComponentTemplate mutation

Released under the MIT License.