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

Version Packages (#343)

Changed files
+8 -6
.changeset
packages
-5
.changeset/stale-plums-prove.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Fixed duplicate fragments in persisted document hash generator
+7
packages/graphqlsp/CHANGELOG.md
···
# @0no-co/graphqlsp
+
## 1.12.11
+
+
### Patch Changes
+
+
- ⚠️ Fixed duplicate fragments in persisted document hash generator
+
Submitted by [@felamaslen](https://github.com/felamaslen) (See [#342](https://github.com/0no-co/GraphQLSP/pull/342))
+
## 1.12.10
### Patch Changes
+1 -1
packages/graphqlsp/package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "1.12.10",
+
"version": "1.12.11",
"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",