Netlify GraphQL API
Netlify offered a GraphQL API through its Netlify Graph developer preview (built on the OneGraph platform, which Netlify acquired in 2021). The API was accessible at `https://graph.netlify.com/graphql?app_id={NETLIFY_SITE_ID}` and exposed a unified `oneGraph` root query field that provided introspection and management of connected third-party service schemas, CLI session coordination, and persisted query management. The API supported OAuth 2.0 authentication via Bearer tokens and was scoped per Netlify site, with the site ID supplied as a query parameter on each request.
Overview
Netlify GraphQL API is a GraphQL API specification published by Netlify on the APIs.io network.
Netlify offered a GraphQL API through its Netlify Graph developer preview (built on the OneGraph platform, which Netlify acquired in 2021). The API was accessible at https://graph.netlify.com/graphql?app_id={NETLIFY_SITE_ID} and exposed a unified oneGraph root query field that provided introspection and management of connected third-party service schemas, CLI session coordination, and persisted query management. The API supported OAuth 2.0 authentication via Bearer tokens and was scoped per Netlify site, with the site ID supplied as a query parameter on each request.
The GraphQL endpoint is available at https://graph.netlify.com/graphql?app_id={NETLIFY_SITE_ID}. documentation is published at https://docs.netlify.com/graph/get-started/.
The specification includes 2 reference links.
Tagged areas include CDN, Cloud, Continuous Deployment, Edge Computing, and JAMstack.
Endpoint
References
- Documentation https://docs.netlify.com/graph/get-started/
- GettingStarted https://docs.netlify.com/api-and-cli-guides/api-guides/get-started-with-api/