N8n · GraphQL Specification

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.

Documentation Endpoint View on GitHub AgentsArtificial IntelligenceIntegrationsGraphQL

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.

Endpoint

Related API Specs

N8n (OpenAPI) N8n REST API (OpenAPI)
Back to N8n · All GraphQL Specs · GitHub