A Gatsby plugin that integrates Altair GraphQL client, a feature-rich GraphQL IDE, into your Gatsby site. Current stable version: 8.5.7. Updated as part of the Altair monorepo (releases ~monthly). Key differentiators: easy setup to embed Altair for development/testing, supports GraphQL introspection and schema download. Best for Gatsby developers needing an in-browser GraphQL explorer.
npm install gatsby-plugin-altair-graphqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures the plugin in gatsby-config.js with optional endpoint and page path.
Add to plugins array in gatsby-config.js as shown in quickstart.
Use CJS require in gatsby-config.js.
Explicitly set altairDir option to avoid path conflicts.
npm install gatsby-plugin-altair-graphql@latest
Ensure options are passed as an object in gatsby-config.js.
Check compatibility: npm view gatsby-plugin-altair-graphql peerDependencies