luckymarmot / Paw-Issues

The issue tracker repository for the Paw HTTP Client app.
33 stars 0 forks source link

GraphQL: Support raw JSON entry for request variable panel #108

Open kevcam4891 opened 3 years ago

kevcam4891 commented 3 years ago

GREAT to see PAW finally support GraphQL. It's nice to get back to using this software!

Using the variable entry UI (while nice for beginners) is a mouse heavy operation. I'd like to just paste my request variables into the lower panel instead of having to type them in one-by-one. Is there anything on the roadmap that will support this? It should function just like the panel above it where you're manually typing the GraphQL query, except for JSON format.

Until then, do you have any good keyboard shortcuts you can offer while using the variable entry panel? I just hate having to click inside each field, type in a value, the icons are small so precision is required to add more values, etc. I'm just a keyboard guy so anything having to do with the mouse bothers me 😜

image

kevcam4891 commented 3 years ago

By the way - only a few minutes into using the GraphQL capabilities, and its so nice! Autocomplete, etc! Wow. Just give me a raw JSON entry panel and we're golden ;)