TemplateImportInput
Defines the input to import a template.
input TemplateImportInput {
id: ID!
templateInput: TemplateInput!
}
Fields
TemplateImportInput.id
● ID!
non-null scalar
The id of the exported template.
TemplateImportInput.templateInput
● TemplateInput!
non-null input
The input to create the template.
Member Of
ImportInput
input