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 accessToken API (OpenAPI) Netlify accountMembership API (OpenAPI) Netlify accountType API (OpenAPI) Netlify Asset API (OpenAPI) Netlify assetPublicSignature API (OpenAPI) Netlify auditLog API (OpenAPI) Netlify Build API (OpenAPI) Netlify buildHook API (OpenAPI) Netlify buildLogMsg API (OpenAPI) Netlify Deploy API (OpenAPI) Netlify deployedBranch API (OpenAPI) Netlify deployKey API (OpenAPI) Netlify devServer API (OpenAPI) Netlify devServerHook API (OpenAPI) Netlify dnsZone API (OpenAPI) Netlify environmentVariables API (OpenAPI) Netlify File API (OpenAPI) Netlify Form API (OpenAPI) Netlify Function API (OpenAPI) Netlify Hook API (OpenAPI) Netlify hookType API (OpenAPI) Netlify Member API (OpenAPI) Netlify Metadata API (OpenAPI) Netlify paymentMethod API (OpenAPI) Netlify Purge API (OpenAPI) Netlify serviceInstance API (OpenAPI) Netlify Services API (OpenAPI) Netlify Site API (OpenAPI) Netlify sniCertificate API (OpenAPI) Netlify Snippet API (OpenAPI) Netlify splitTest API (OpenAPI) Netlify Submission API (OpenAPI) Netlify Ticket API (OpenAPI) Netlify User API (OpenAPI) Netlify X-Internal API (OpenAPI)
Back to Netlify · All GraphQL Specs · GitHub