createDocument
Create a new document in a team. For most use cases, the send mutation is preferred as it creates and sends in a single call.
Input
Return Type
ID
Example
mutation CreateDocument {
createDocument(input: {
groupId: "Z3JwMTIzNDU2"
templateId: "dHBsMTIzNDU2"
title: "Draft Contract"
})
}
Related
- send — create and send in one call
- Document type