Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gschier/insomnia-plugin-graphql-get
Plugin to send GraphQL GET requests in URL
https://github.com/gschier/insomnia-plugin-graphql-get
Last synced: 3 days ago
JSON representation
Plugin to send GraphQL GET requests in URL
- Host: GitHub
- URL: https://github.com/gschier/insomnia-plugin-graphql-get
- Owner: gschier
- Created: 2020-03-19T23:02:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T23:49:36.000Z (over 4 years ago)
- Last Synced: 2024-10-10T05:38:08.267Z (27 days ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Insomnia GraphQL Over GET
[![Npm Version](https://img.shields.io/npm/v/insomnia-plugin-graphql-get.svg)](https://www.npmjs.com/package/insomnia-plugin-graphql-get)
This is a plugin for [Insomnia](https://insomnia.rest) 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._