[x] Workflow has a /confirm/registration route. Create an API call from the above root-resolver that calls this endpoint
rejectRegistration
[x] Workflow has a reject route for records. Amend the GraphQL schema, and create a root-resolver that calls this endpoint
Common
[x] See that the reject-registration endpoint is named and formatted a bit differently in workflow compared to confirm registration. Amend the confirm registration endpoint to be /records/{id}/confirm and refactor the resolver created in the first tasks.
Create two new GraphQL endpoints
confirmRegistration
andrejectRegistration
.Dev tasks
confirmRegistration
/confirm/registration
route. Create an API call from the above root-resolver that calls this endpointrejectRegistration
Common
/records/{id}/confirm
and refactor the resolver created in the first tasks.