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

Debug your GraphQL server.

Results 25 graphql-debugger issues
Sort by recently updated
recently updated
newest added

Bumps [nextra-theme-docs](https://github.com/shuding/nextra) from 3.0.0-alpha.12 to 3.0.0-alpha.24. Release notes Sourced from nextra-theme-docs's releases. [email protected] Patch Changes 6f4c83a8: fix unclickable links in TOC allow passing recmaPlugins in mdxOptions Updated dependencies [6f4c83a8] [email protected]...

dependencies

Hi, I have @graphql-debugger/trace-schema installed in my project. But when I do `yarn install` I get this during the "Building fresh packages..." stage: ``` error /home/user/monorepo/node_modules/@graphql-debugger/data-access: Command failed. Exit code:...

## Issue description I'm experiencing slow query execution when using the `@graphql-debugger/trace-schema` package in my schema setup. My schema setup includes Nexus for defining the GraphQL schema and Prisma for...

When an error happens in the ingest span queues, it just keeps retrying. TODO @danstarns to populate this more.

![Image](https://github.com/rocket-connect/graphql-debugger/assets/45063811/4ced1c64-e741-417a-8954-e5110a54202b)

ui

### Context Right now **graphql-debugger** supports only front-end search and no pagination and filtering but we have to introduce filtering, pagination and search on server-side level.

feature

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...

enhancement
ui

Add editor schema stats to .graphql schema files.