Notion · GraphQL Specification

Notion GraphQL

Notion does not expose a public GraphQL endpoint. Notion's public API is a versioned REST API (`api.notion.com/v1`). The GraphQL schema in `notion-schema.graphql` is a comprehensive conceptual model derived from Notion's REST API object types, suitable for tooling, catalog enrichment, code generation, and integration mapping.

Documentation Endpoint View on GitHub CollaborationDatabaseIdeasNotesProductivityProjectsT1TasksWikiWorkspaceGraphQL

Overview

Notion GraphQL is a GraphQL API specification published by Notion on the APIs.io network.

Notion does not expose a public GraphQL endpoint. Notion’s public API is a versioned REST API (api.notion.com/v1). The GraphQL schema in notion-schema.graphql is a comprehensive conceptual model derived from Notion’s REST API object types, suitable for tooling, catalog enrichment, code generation, and integration mapping.

The specification includes 13 reference links.

Tagged areas include Collaboration, Database, Ideas, Notes, and Productivity.

Endpoint

References

Related API Specs

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