Netlify · GraphQL Specification

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.

Documentation Endpoint View on GitHub CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsitesGraphQL

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

https://graph.netlify.com/graphql?app_id={NETLIFY_SITE_ID}

References

Related API Specs

Netlify API (OpenAPI)
Back to Netlify · All GraphQL Specs · GitHub