OBJECT
TemplateMutation
Node for template modifications
link GraphQL Schema definition
- type TemplateMutation {
- # Update template
- #
- # Arguments
- # templateNid: [Not documented]
- # templateData: [Not documented]
- (
- TemplateNid!, :
- TemplateDataInputType! :
- ): NonNullTemplateNewValueOrErrorList!
- }