Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.

Version Packages (#300)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

Changed files
+8 -6
.changeset
packages
-5
.changeset/wise-coins-look.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Correctly identify unused fields on a fragment-definition, these have no parent to group by so we display them as unused leaves
···
+7
packages/graphqlsp/CHANGELOG.md
···
# @0no-co/graphqlsp
## 1.10.2
### Patch Changes
···
# @0no-co/graphqlsp
+
## 1.10.3
+
+
### Patch Changes
+
+
- Correctly identify unused fields on a fragment-definition, these have no parent to group by so we display them as unused leaves
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#299](https://github.com/0no-co/GraphQLSP/pull/299))
+
## 1.10.2
### Patch Changes
+1 -1
packages/graphqlsp/package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "1.10.2",
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
"main": "./dist/graphqlsp",
"module": "./dist/graphqlsp.mjs",
···
{
"name": "@0no-co/graphqlsp",
+
"version": "1.10.3",
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
"main": "./dist/graphqlsp",
"module": "./dist/graphqlsp.mjs",