GraphQL Debugger LogoGraphQL Debugger
DocumentationContributingGitHub ↗
GitHubGitHub
  • Quick Start
  • Why Debugger ?
  • How Debugger Works ?
  • Performance
    • Adapters
    • Backend
    • Collector
    • UI
    • CLI
    • Client
    • GraphQL Schema
    • Trace Directive
    • Trace Schema
    • Apollo
    • Express
    • Yoga
    • Prisma
    • Get Started
    • Missing Context
Question? Give us feedback →Edit this page
Documentation
Components
Backend

GraphQL Debugger Backend

The Backend hosts a /graphql endpoint over the GraphQL Schema and serves the static files for the GraphQL Debugger UI.

Default port: 16686

When using the Debugger CLI, the backend is started automatically using a SQLite Adapter.

Its not reccomended to use the backend directly, instead compose the components of debugger to create a custom debugger. This backend is only used for the Debugger CLI and GraphQL Debugger UI.

AdaptersCollector

MIT 2024 © Rocket Connect.