[graphiql] GraphQL LSP not handling correctly schema issues
Open
bug
graphiql
- Dominant language
- TypeScript
- Stars
- 16.9k
- Forks
- 1.9k
- Avg merge
- 22h 45m
- Merged PRs (30d)
- 70
Description
The code in the https://github.com/graphql/graphiql/blob/main/packages/cm6-graphql/src/lint.ts#L33-L38
prevent the LSP from returning meaningful information to the LSP client to be visualized in diagnostics, error, etc.
it should probably return a separate array per error, with precise line information?
Contributor guide
Assessment
This issue has not been assessed yet.