Skip to content

updateDocumentDraft

Update a document draft with annotations and refreshed lock

Arguments

input · UpdateDocumentDraftInput! · required · Parameters for UpdateDocumentDraft

Returns

UpdateDocumentDraftPayload

Example

mutation updateDocumentDraft($input: UpdateDocumentDraftInput!) {
updateDocumentDraft(input: $input) {
document_draft
messages
}
}