warrenday / graphql-network-inspector

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

Easier to view Vars #92

Closed joeshub closed 1 year ago

joeshub commented 1 year ago

Is your feature request related to a problem? Please describe. If the request is really large, there is often the need to scroll down quite a bit until you can view the vars section. It currently happens when your query has lots of fragments that contain fragments etc.

Describe the solution you'd like I can think of a few of solutions, sorted in order of difficulty and or functionality.

Also open to any other suggestions or ideas.

Odonno commented 1 year ago

Fourth solution: #88

warrenday commented 1 year ago

Are you working on this one @Odonno? I don't mind doing it if you haven't already started.

Odonno commented 1 year ago

@warrenday Nope. You can take it. I am curious how you are going to do it. Are you planning to use headlessui (https://headlessui.com/react/disclosure) or any kind of library for this?

warrenday commented 1 year ago

This is now released!

joeshub commented 1 year ago

thank you @warrenday and @Odonno