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

Version Packages (#236)

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

-5
.changeset/cyan-guests-share.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Only warn for fragments that are exported
-5
.changeset/thick-monkeys-tan.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Fix issue where a missing argument 2 for a call-expression would make us erase prior found fragment-definitions
-5
.changeset/tiny-snails-raise.md
···
-
---
-
'@0no-co/graphqlsp': minor
-
---
-
-
Expand support of tracking field usage to more edge cases by matching a defined GraphQL document’s type against variables in-scope with said type.
+14
packages/graphqlsp/CHANGELOG.md
···
# @0no-co/graphqlsp
+
## 1.4.0
+
+
### Minor Changes
+
+
- Expand support of tracking field usage to more edge cases by matching a defined GraphQL document’s type against variables in-scope with said type
+
Submitted by [@kitten](https://github.com/kitten) (See [#235](https://github.com/0no-co/GraphQLSP/pull/235))
+
+
### Patch Changes
+
+
- Only warn for fragments that are exported
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#230](https://github.com/0no-co/GraphQLSP/pull/230))
+
- ⚠️ Fix issue where a missing argument 2 for a call-expression would make us erase prior found fragment-definitions
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#233](https://github.com/0no-co/GraphQLSP/pull/233))
+
## 1.3.5
### Patch Changes
+1 -1
packages/graphqlsp/package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "1.3.5",
+
"version": "1.4.0",
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
"main": "./dist/graphqlsp.js",
"module": "./dist/graphqlsp.module.js",