Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-altair-graphql

Adds an instance of Altair GraphQL client to gatsby, discovered at /__altair route.

Install

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

// or using yarn

yarn add gatsby-plugin-altair-graphql

Usage

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

plugins: [`gatsby-plugin-altair-graphql`]
© 2023 Gatsby, Inc.