Hello,
Is it possible to modify the clients original http request from the coprocessor before it is converted to graphql json structure?
All client requests still must follow the GraphQL over HTTP format of the POST body which is a JSON object
However, you can intercept the request in the RouterRequest
hook to look at the body and headers before the Router tries parsing the body for GraphQL validations: External Coprocessing - Apollo GraphQL Docs