warrenday / graphql-network-inspector

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

Allow support to export request as curl. #118

Open anmol5varma opened 7 months ago

anmol5varma commented 7 months ago

Is your feature request related to a problem? Please describe. Currently if I want to trigger the graphql call separately for a query, I have to go to network tab, copy curl and then use it separately.

Describe the solution you'd like If an option to export as curl is available, it would make life easier.

Describe alternatives you've considered I go through every request in the network tab to match the query name, then copy the curl there.

Additional context Add any other context or screenshots about the feature request here.

warrenday commented 7 months ago

Sounds like a nice feature. You can also export queries by clicking "export / share". This may solve your issue in the meantime.

Screenshot 2023-11-29 at 19 33 55