markAsComplete
Sets an entire document as completed. Requires a declaration text explaining why the document is being marked complete.
Input
Return Type
ID
Example
mutation MarkComplete {
markAsComplete(input: {
documentId: "ZG9jMTIzNDU2"
declarationText: "Signed copy received by post"
isUploaded: true
})
}