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

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#219)

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
99ec8cbe ff048986

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