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, and Integrations.