Skip to content

Debug Dashboard

Use the built-in debug dashboard to inspect your GraphQL schema, resolvers, and VFS.

Accessing the Dashboard

Navigate to:

http://localhost:3000/api/graphql/debug

Features

  • Schema inspection
  • Resolver mapping
  • Virtual File System (VFS) inspection
  • Type definitions preview
  • Configuration overview

VFS Inspection

View all auto-generated virtual files:

  • Schemas
  • Resolvers
  • Directives
  • Type definitions

Troubleshooting

Use the dashboard to:

  • Verify schema merging
  • Check resolver discovery
  • Inspect generated types
  • Debug file paths

Next Steps

Released under the MIT License.