GraphQLReferenceMutationsupdateDraftOn this pageupdateDraft Update specified draft send settings. Input draftUpdateInput Return Type ID Example mutation UpdateDraft { updateDraft(input: { draftId: "ZHJmMTIzNDU2" name: "Updated Draft Name" shared: true })} Related createDraft deleteDraft Draft type