{"library":"gatsby-source-graphql","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"5.16.0","tags":["javascript","gatsby","gatsby-plugin"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install gatsby-source-graphql","imports":["import gatsbySourceGraphql from 'gatsby-source-graphql'","{ resolve: 'gatsby-source-graphql', options: {...} }","typeName: 'SWAPI'","fieldName: 'swapi'"]},{"cmd":"yarn add gatsby-source-graphql","imports":[]},{"cmd":"pnpm add gatsby-source-graphql","imports":[]}],"homepage":"https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-graphql#readme","github":"https://github.com/gatsbyjs/gatsby","docs":null,"changelog":null,"pypi":null,"npm":"gatsby-source-graphql","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}