warrenday / graphql-network-inspector

A better network inspector for viewing and debugging GraphQL requests.
MIT License
466 stars 46 forks source link

Possibility to work over SSR pages? #103

Closed surajsharma closed 12 months ago

surajsharma commented 1 year ago

Just wondering if this thing can work on pages rendered server side

warrenday commented 1 year ago

Since those requests are occurring within the server, we don't have access client side.

The only way I see this working is if we release an accompanying library/middleware (such as an npm library) which could send data back to this app.

Any other thoughts on how to achieve this?

surajsharma commented 1 year ago

Any other thoughts on how to achieve this?

could there be a way to add something to the headers that could mark a request off as gql and so on..?

warrenday commented 12 months ago

Closing as no current plans for SSR support, as this is outside of the current scope of the inspector.