graphql-debugger icon indicating copy to clipboard operation
graphql-debugger copied to clipboard

Search

Open kreshnnikgashi opened this issue 8 months ago • 0 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.

  • [x] #141
  • [ ] #240

kreshnnikgashi avatar Nov 03 '23 11:11 kreshnnikgashi