Gatsby plugin that stitches remote GraphQL APIs into Gatsby's GraphQL data layer via schema merging. Version 5.16.0 is current and stable; it requires Gatsby 5 and Node >=18. It works by wrapping the remote query type under an arbitrary field name, enabling queries like `{ swapi { allPeople { ... } } }`. Unlike dedicated source plugins (e.g., gatsby-source-wordpress), this plugin does NOT support Incremental Builds, CMS Preview, image optimization, or full GraphQL data layer features. It is best suited for simple proof-of-concepts or when no specialized source plugin exists. Release cadence follows Gatsby's major versions.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Plugin not imported; configured in gatsby-config.js resolve string.
Must use 'resolve' key, not 'plugin'.
Must be exactly 'typeName'.
Must be exactly 'fieldName'.
Configures the plugin with a simple GraphQL endpoint (SWAPI) and demonstrates querying it in Gatsby.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.