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

Version Packages (#208)

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

Changed files
+8 -6
.changeset
packages
-5
.changeset/big-masks-remain.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Fix case for call-expression where index would go out of bounds due to fragments being external to the document. In tagged-templates we resolve this by adding it in to the original text
+7
packages/graphqlsp/CHANGELOG.md
···
# @0no-co/graphqlsp
+
## 1.3.1
+
+
### Patch Changes
+
+
- ⚠️ Fix case for call-expression where index would go out of bounds due to fragments being external to the document. In tagged-templates we resolve this by adding it in to the original text
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#207](https://github.com/0no-co/GraphQLSP/pull/207))
+
## 1.3.0
### Minor Changes
+1 -1
packages/graphqlsp/package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "1.3.0",
+
"version": "1.3.1",
"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",