GraphQLReferenceMutationsupdateRecipientOn this pageupdateRecipient Update the recipient of a document. Input RecipientUpdateInput Return Type ID Example mutation UpdateRecipient { updateRecipient(input: { recipientId: "cmNwMTIzNDU2" firstName: "Jane" lastName: "Smith" email: "jane.smith@example.com" })} Related resetRecipient deleteRecipient contactRecipient Recipient type