1.0.2 • Published 6 years ago
insomnia-plugin-graphql-get v1.0.2
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
POSTrequest 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.