n8n GraphQL Schema
n8n does not currently expose a public GraphQL API. The primary programmatic interface is a REST API documented at [https://docs.n8n.io/api/api-reference/](https://docs.n8n.io/api/api-reference/). However, n8n's internal data model — covering workflows, nodes, executions, credentials, users, projects, webhooks, and more — maps cleanly to a GraphQL type system, and this schema represents a conceptual GraphQL surface over that model.
Overview
n8n GraphQL Schema is a GraphQL API specification published by n8n on the APIs.io network.
n8n does not currently expose a public GraphQL API. The primary programmatic interface is a REST API documented at https://docs.n8n.io/api/api-reference/. However, n8n’s internal data model — covering workflows, nodes, executions, credentials, users, projects, webhooks, and more — maps cleanly to a GraphQL type system, and this schema represents a conceptual GraphQL surface over that model.
Tagged areas include Agents, Artificial Intelligence, Integration, Workflows, and Automation.
Endpoint
Related API Specs
Work with this as data
Every GraphQL schema here is available over the APIs.io API and to AI agents over MCP.