Skip to main content

markRecipientAsComplete

Set a recipient as completed, removing witness if present. Returns the recipient ID and an optional upload ID.

Input

markRecipientAsCompleteInput

Return Type

markRecipientCompleteResponse — contains id (ID!) and uploadId (ID).

Example

mutation MarkRecipientComplete {
markRecipientAsComplete(input: {
recipientId: "cmNwMTIzNDU2"
}) {
id
uploadId
}
}

Export This Article

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