Skip to main content

templateCreateInput

Create a new Template in a group.

Fields

FieldTypeRequiredDefaultDescription
groupIdID!YesGroup to create the template in
titleString!YesTemplate title
documentRetentionDaysIntNoDays to retain documents created from this template

Example

mutation CreateTemplate {
createTemplate(input: {
groupId: "Z3JwbGVnYWxlc2lnbxRldg=="
title: "Employment Contract"
documentRetentionDays: 365
})
}

Export This Article

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