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.