- removePersonStakeholderInput
- removeBusinessStakeholderInput
After reviewing the application for Maple Street Coffee, a developer at Clearpath Payments realizes that a former business partner was mistakenly added as a stakeholder. They need to remove this stakeholder from the application before proceeding with the underwriting process.
For example, all applicants are required to identify a control person. Removing required
stakeholders will cause validation to fail when you submit the application.
One of the benefits of GraphQL is that you can perform multiple stakeholder
operations in a single API call. For example, you can add new stakeholders,
update existing ones, and remove others all in the same
updateAcceptorApplication mutation.