Skip to main content

CreateTemplateInput

Provides the fields and values to use when creating a template.

input CreateTemplateInput {
module: TemplateModule!
name: String!
properties: JSON
header: String
body: String
footer: String
}

Fields

CreateTemplateInput.module ● TemplateModule! non-null enum

The module of the template.

CreateTemplateInput.name ● String! non-null scalar

The name of the template.

CreateTemplateInput.properties ● JSON scalar

The template's properties.

CreateTemplateInput.header ● String scalar

The template's header.

CreateTemplateInput.body ● String scalar

The template's body.

CreateTemplateInput.footer ● String scalar

The template's footer.

Member Of

createTemplate mutation