rocket-connect / graphql-debugger

Debug your GraphQL server.

Home Page:https://graphql-debugger.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search

kreshnnikgashi opened this issue · comments

Developers are only displayed the latest 20 traces, and cannot, paginate or filter them.

You can find that fixed limit in the codebase here: https://github.com/rocket-connect/graphql-debugger/blob/main/packages/graphql-schema/src/queries/list-trace-groups.ts#L83

This means that if you have a big application, where lots of queries are being issued at once, you might not ever see your trace.

The lack of search functionality makes it really difficult for developers to use the debugger in any real application setting.