Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add a JSON manipulation plugin stage
this stage will sit between the router stage and supergraph stage, and allow request and response manipulation in JSON format, without needing explicit buffering and deserialization at the router stage, and working with data that does not serialize cleanly to GraphQL requests and response objects.
- Loading branch information