Neidio i’r prif gynnwys

templateCreateOutput

templateCreateOutput returns the new template ID and the upload URL used to provide the template file.

Fields

FieldTypeDescription
idID!Unique identifier of the created template
uploadUrlString!Short-lived URL used to upload the template file

Example

mutation CreateTemplate {
createTemplate(input: {
groupId: "Z3JwMTIzNDU2"
title: "Service Agreement"
filename: "service-agreement.pdf"
}) {
id
uploadUrl
}
}

Export This Article

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