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>

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
acede9b0 c149f35e

+10 -11
-5
.changeset/fluffy-rabbits-shake.md
··· 1 - --- 2 - '@0no-co/graphqlsp': patch 3 - --- 4 - 5 - Strip our internal `@_unmask` directive from fragment-definitions when creating hashes for persisted-operations
-5
.changeset/fuzzy-scissors-appear.md
··· 1 - --- 2 - '@0no-co/graphqlsp': patch 3 - --- 4 - 5 - Prevent resolution loop when resolving GraphQL fragments
+9
packages/graphqlsp/CHANGELOG.md
··· 1 1 # @0no-co/graphqlsp 2 2 3 + ## 1.12.14 4 + 5 + ### Patch Changes 6 + 7 + - Strip our internal `@_unmask` directive from fragment-definitions when creating hashes for persisted-operations 8 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#354](https://github.com/0no-co/GraphQLSP/pull/354)) 9 + - Prevent resolution loop when resolving GraphQL fragments 10 + Submitted by [@kitten](https://github.com/kitten) (See [#350](https://github.com/0no-co/GraphQLSP/pull/350)) 11 + 3 12 ## 1.12.13 4 13 5 14 ### Patch Changes
+1 -1
packages/graphqlsp/package.json
··· 1 1 { 2 2 "name": "@0no-co/graphqlsp", 3 - "version": "1.12.13", 3 + "version": "1.12.14", 4 4 "description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", 5 5 "main": "./dist/graphqlsp", 6 6 "module": "./dist/graphqlsp.mjs",