Skip to main content

templateCopyInput

Copy a Template with a new name, optionally to a different group.

Fields

FieldTypeRequiredDefaultDescription
templateIdID!YesSource template
newTitleString!YesTitle for the copy
copyFieldsBoolean!NotrueCopy document fields
groupIdID!YesTarget group (use same group to copy in place)

Example

mutation CopyTemplate {
copyTemplate(input: {
templateId: "dHBsLTE="
newTitle: "Contract v2"
copyFields: true
groupId: "Z3JwLTE="
})
}

Export This Article

Save a copy of this page as PDF or plain text.