markRecipientAsComplete
Set a recipient as completed, removing witness if present. Returns the recipient ID and an optional upload ID.
Input
Return Type
markRecipientCompleteResponse — contains id (ID!) and uploadId (ID).
Example
mutation MarkRecipientComplete {
markRecipientAsComplete(input: {
recipientId: "cmNwMTIzNDU2"
}) {
id
uploadId
}
}
Related
- markAsComplete — mark entire document
- Recipient type