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

Version Packages (#352)

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

Changed files
+10 -11
.changeset
packages
-5
.changeset/fluffy-rabbits-shake.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Strip our internal `@_unmask` directive from fragment-definitions when creating hashes for persisted-operations
-5
.changeset/fuzzy-scissors-appear.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Prevent resolution loop when resolving GraphQL fragments
+9
packages/graphqlsp/CHANGELOG.md
···
# @0no-co/graphqlsp
+
## 1.12.14
+
+
### Patch Changes
+
+
- Strip our internal `@_unmask` directive from fragment-definitions when creating hashes for persisted-operations
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#354](https://github.com/0no-co/GraphQLSP/pull/354))
+
- Prevent resolution loop when resolving GraphQL fragments
+
Submitted by [@kitten](https://github.com/kitten) (See [#350](https://github.com/0no-co/GraphQLSP/pull/350))
+
## 1.12.13
### Patch Changes
+1 -1
packages/graphqlsp/package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "1.12.13",
+
"version": "1.12.14",
"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",