You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help us know what to work on
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
Description
A plugin that allows you to easily modify GraphQL requests on the Replay tab with custom UI.
Features:
Beautify GraphQL queries
Send introspection query with a one-click
Note
I plan to work on this plugin in the next 2 months and will leave a comment once I start. If I haven’t started yet, feel free to work on it - just let me know in the comment :D
Use cases
Make working with GraphQL endpoints easier :D
The text was updated successfully, but these errors were encountered:
Thanks for the initiative, as more and more dev are migrating from REST to GraphQL
This will be crucial for our community and for Caido Users
Here's some ideas that would be cool to Implement:
When you send a request to repeater it should automatically detect if the body has a "query: query" or "query: mutation" and have a little tab that has GraphQL which has a graphql editor similar to burp function
Add a small button where you type Auto-Fetch Introspection if it exist it will contruct all the possible queries and mutations with their fragments in a new tab so you can build and send to repeater
When putting queries variables it should auto follow the indentation
Community Note
Description
A plugin that allows you to easily modify GraphQL requests on the Replay tab with custom UI.
Features:
Note
I plan to work on this plugin in the next 2 months and will leave a comment once I start. If I haven’t started yet, feel free to work on it - just let me know in the comment :D
Use cases
Make working with GraphQL endpoints easier :D
The text was updated successfully, but these errors were encountered: