insomnia-plugin-graphql-get
v1.0.2
Published
Insomnia plugin to transform GraphQL POST queries to GET
Downloads
2
Readme
Insomnia GraphQL Over GET
This is a plugin for Insomnia that optionally transforms GraphQL POST
requests into GET
requests (something Insomnia does not support).
Installation
Install the insomnia-plugin-graphql-get
plugin from Preferences > Plugins.
Usage
- Create a standard GraphQL
POST
request in Insomnia - Add parameter in the Query tab with name
__GET_GRAPHQL__
- Send the request
NOTES: This plugin will remove the __GET_GRAPHQL__
query parameter after transformation.