Abdelazeem777 / requests_inspector

MIT License
11 stars 18 forks source link

feat: Show meaningful request body for graphql requests instead of query parameter #21

Open vlytvyne opened 11 months ago

vlytvyne commented 11 months ago

Show meaningful request body for graphql requests instead of a query parameter.

Before:

image

After:

image
Abdelazeem777 commented 11 months ago

@vlytvyne What about the other details It seems like the first screenshot contains a lot of details not like the secode one

Could you please send me, another example?

Abdelazeem777 commented 11 months ago

Also, I would prefer the request to be more like a query {} style, in order to enable the user to copy the query and retry it on any other place

like Postman for example

vlytvyne-honeycomb commented 10 months ago

I'll take a look at how to achieve that when I have time.

Abdelazeem777 commented 10 months ago

@vlytvyne-honeycomb Great 🙏