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

Version Packages (#219)

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

Changed files
+10 -11
.changeset
packages
-5
.changeset/big-spiders-itch.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Fix offset issue when using the graphql annotation
-5
.changeset/fifty-kids-walk.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Add more built-in urql directives
+9
packages/graphqlsp/CHANGELOG.md
···
# @0no-co/graphqlsp
+
## 1.3.4
+
+
### Patch Changes
+
+
- ⚠️ Fix offset issue when using the graphql annotation
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#217](https://github.com/0no-co/GraphQLSP/pull/217))
+
- Add more built-in urql directives
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#218](https://github.com/0no-co/GraphQLSP/pull/218))
+
## 1.3.3
### Patch Changes
+1 -1
packages/graphqlsp/package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "1.3.3",
+
"version": "1.3.4",
"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",