Gatsby GraphQL API
Local, build-time GraphQL data layer exposed by the Gatsby framework to query content sourced from plugins (CMSs, filesystem, APIs). This is not a hosted public API; it runs inside a developer's Gatsby project during development and build. The hosted Gatsby Cloud Build API was sunset following Netlify's acquisition.
Overview
Gatsby GraphQL API is a GraphQL API specification published by Gatsby on the APIs.io network.
Local, build-time GraphQL data layer exposed by the Gatsby framework to query content sourced from plugins (CMSs, filesystem, APIs). This is not a hosted public API; it runs inside a developer’s Gatsby project during development and build. The hosted Gatsby Cloud Build API was sunset following Netlify’s acquisition.
documentation is published at https://www.gatsbyjs.com/docs/graphql/.
The specification includes 1 reference link.
Tagged areas include Static Site Generator, JAMstack, React, Build Tool, and Frontend Framework.
Endpoint
References
- GraphQL Reference https://www.gatsbyjs.com/docs/graphql-reference/