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

Version Packages (#259)

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

Changed files
+13 -11
.changeset
packages
-5
.changeset/loud-dryers-burn.md
···
-
---
-
'@0no-co/graphqlsp': minor
-
---
-
-
Add a bail for `fieldUsage` where we return a property from a function
···
-5
.changeset/thin-fishes-fry.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Bubble up unused fields to their closest parent
···
+12
packages/graphqlsp/CHANGELOG.md
···
# @0no-co/graphqlsp
## 1.4.3
### Patch Changes
···
# @0no-co/graphqlsp
+
## 1.5.0
+
+
### Minor Changes
+
+
- Add a bail for `fieldUsage` where we return a property from a function
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#260](https://github.com/0no-co/GraphQLSP/pull/260))
+
+
### Patch Changes
+
+
- Bubble up unused fields to their closest parent
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#258](https://github.com/0no-co/GraphQLSP/pull/258))
+
## 1.4.3
### Patch Changes
+1 -1
packages/graphqlsp/package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "1.4.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",
···
{
"name": "@0no-co/graphqlsp",
+
"version": "1.5.0",
"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",