Gatsby GraphQL Data Layer

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.

API entry from apis.yml

apis.yml Raw ↑
aid: gatsby:graphql-data-layer
name: Gatsby GraphQL Data Layer
description: 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.
humanURL: https://www.gatsbyjs.com/docs/graphql/
baseURL: ''
tags:
- GraphQL
- Build-time
- Static Site Generator
- Data Sourcing
properties:
- type: Documentation
  url: https://www.gatsbyjs.com/docs/
- type: GraphQL Reference
  url: https://www.gatsbyjs.com/docs/graphql-reference/
- type: Plugin Library
  url: https://www.gatsbyjs.com/plugins
- type: GitHub Repository
  url: https://github.com/gatsbyjs/gatsby