Call this on a graphQL request in middleware before passing on to the real graphql processor
The graphQL query
The variables map for the graphQL query
Call this on the response returned from graphQL before passing it back to the client This will change the output to match what the original query requires
The graphQL response object
Generated using TypeDoc
Create a new instance of this class for each request that needs to be processed This class handles rewriting the query and the reponse according to the rewriters passed in