warrenday / graphql-network-inspector

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

Improve view of batched GQLRequests #127

Open de-robat opened 3 months ago

de-robat commented 3 months ago

Is your feature request related to a problem? Please describe. Currently when using request Batching, the NetworkTable shows the Requests that got batched as a "+ X" behind the first request of the batch. This makes is difficult to identify payloads of singular requests in the batch and likewise for responses.

image

Describe the solution you'd like i would like to see the requests partially expanded already, it would not necesarily need the info of sizes, just the name as a selector to see what ended up beeing batched, and maybe the operations error status. something like

image

would suffice already

Describe alternatives you've considered i am not aware of any alternatives. you can page through the Networkdetails, but this is pretty cumbersome if the batched operations have a fair size

Additional context i would add this as a contrib and am wondering if there is ongoing work, or something i am not aware of?

warrenday commented 3 months ago

There's no ongoing work to implement anything like this. If its something we can expand/collapse I think it would be a great feature. If you'd like to raise a PR that would be great.