EdgeDB GraphQL API

Provides a GraphQL endpoint for querying an EdgeDB/Gel instance, supporting queries, mutations, and introspection. Enabled via the graphql extension in the schema. Authentication uses the same secret key bearer token mechanism as the HTTP EdgeQL API.

Documentation

API entry from apis.yml

apis.yml Raw ↑
aid: edgedb:graphql-api
name: EdgeDB GraphQL API
description: Provides a GraphQL endpoint for querying an EdgeDB/Gel instance, supporting queries, mutations,
  and introspection. Enabled via the graphql extension in the schema. Authentication uses the same secret
  key bearer token mechanism as the HTTP EdgeQL API.
humanURL: https://docs.geldata.com/cloud/http_gql
baseURL: https://<hostname>:<port>/branch/<branch-name>/graphql
tags:
- Database
- GraphQL
- API
- Query
properties:
- type: Documentation
  url: https://docs.geldata.com/cloud/http_gql