1.0.2 • Published 4 years ago

insomnia-plugin-graphql-get v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Insomnia GraphQL Over GET

Npm Version

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

  1. Create a standard GraphQL POST request in Insomnia
  2. Add parameter in the Query tab with name __GET_GRAPHQL__
  3. Send the request

NOTES: This plugin will remove the __GET_GRAPHQL__ query parameter after transformation.