EdgeDB GraphQL API
EdgeDB (rebranded as Gel in 2025) exposes a GraphQL API that automatically reflects your database schema as a full CRUD API. Every object type, computed property, link, and alias defined in your EdgeDB schema is mirrored into the GraphQL schema, providing queries, mutations, and introspection without any manual schema authoring. To enable the GraphQL API, add `using extension graphql;` to your EdgeDB schema and apply a migration.
Overview
EdgeDB GraphQL API is a GraphQL API specification published by EdgeDB on the APIs.io network.
EdgeDB (rebranded as Gel in 2025) exposes a GraphQL API that automatically reflects your database schema as a full CRUD API. Every object type, computed property, link, and alias defined in your EdgeDB schema is mirrored into the GraphQL schema, providing queries, mutations, and introspection without any manual schema authoring. To enable the GraphQL API, add using extension graphql; to your EdgeDB schema and apply a migration.
The GraphQL endpoint is available at https://<hostname>:<port>/branch/<branch-name>/graphql. documentation is published at https://docs.geldata.com/reference/using/graphql.
The specification includes 2 reference links.
Tagged areas include Database, PostgreSQL, Graph Database, Object-Relational, and EdgeQL.
Endpoint
References
- Documentation https://docs.geldata.com/reference/using/graphql
- GettingStarted https://docs.geldata.com/reference/using/graphql#getting-started
Work with this as data
Every GraphQL schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for graphql
4 MCP tools reach this
find_graphqlBrowse and filter every GraphQL schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/graphql/edgedb-graphql"
curl "https://apis.io/api/v1/graphql?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.