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

Version Packages (#135)

Changed files
+13 -11
.changeset
packages
-5
.changeset/beige-worms-joke.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Add fragments to the cache-key when using call-expressions
-5
.changeset/hip-poems-remain.md
···
-
---
-
'@0no-co/graphqlsp': minor
-
---
-
-
Use our internal suggestions algo for better arugments and spread-suggestions
+12
packages/graphqlsp/CHANGELOG.md
···
# @0no-co/graphqlsp
+
## 0.12.0
+
+
### Minor Changes
+
+
- Use our internal suggestions algo for better arugments and spread-suggestions
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#132](https://github.com/0no-co/GraphQLSP/pull/132))
+
+
### Patch Changes
+
+
- Add fragments to the cache-key when using call-expressions
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#134](https://github.com/0no-co/GraphQLSP/pull/134))
+
## 0.11.2
### Patch Changes
+1 -1
packages/graphqlsp/package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "0.11.2",
+
"version": "0.12.0",
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
"main": "./dist/index.js",
"module": "./dist/index.module.js",