warrenday / graphql-network-inspector

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

share requests to graphdev #108

Closed warrenday closed 12 months ago

warrenday commented 12 months ago

Introduce the ability to export and share requests for debugging and collaboration. Using chrome messaging apis the request data never leaves the users machine.

Once shared the draft request will load on graphdev.app. The user can choose to mask query variables and headers, again this all happens locally.

Only once the user explicitly saves the request will data be sent to a server to enable users to share requests with team members.