Submit workflow step
Submitting current workflow status of the member.
base_url/graphql/member-services
#
Requestmutation{ workflow_step_submit(workflow_step_id:"6093883ef43d251fc2354b8c") { status, current_workflow_step_id, message }}
#
Response"data": { "workflow step_submit": { "status": true, "current workflow step_id": "6093883ef43d251fc2354b8c", "message": "workflow step updated" } }