We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
kreshnnikgashi
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: