Update signup application
Update member sign up profile details.
base_url/graphql/member-services
#
Requestmutation{ update_signup_application( fullName: "Amal", lastName: "Rag C", emailAddress: "amal@amal.com", gender: "Male", dob: "10-10-10",) { id status message fullName lastName emailAddress gender dob pan martial Status residentialStatus permanentAddress communication Address fathers Name mothers Name occupation Type annualIncome isPoliticalyExposed } }
#
Response"data" : { "update_signup_application": { id": "509387cdd82f8266ad6e2095", "status": true, "message": "Records Updated Sucessfully", "fullName": "Amal", "lastName": "Rag Ch "emailAddress": "amal@amal.com", "gender": "Male", "dob": "10-10-10", "pan": null, "martialStatus": null, "residentialStatus": null, "permanentAddress": null, "communicationAddress": null, "fathersName": null, "mothersName": null, "occupation Type": null, "annualIncome": null, "isPoliticalyExposed": null }}