Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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._