Skip to content

gatsby-plugin-altair-graphql

npmgatsby

gatsby-plugin-altair-graphql adds an instance of Altair GraphQL client to Gatsby, discovered at /__altair route.

Installation

This is a node module and can be installed using npm:

npm install --save gatsby-plugin-altair-graphql

Alternatively, if you are using yarn:

yarn add gatsby-plugin-altair-graphql

Usage

Just add the plugin to the plugins array in your gatsby-config.js file.

js
plugins: [`gatsby-plugin-altair-graphql`]