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 (#161)

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
e63c3d01 ea657722

+8 -6
-5
.changeset/many-pandas-relax.md
··· 1 - --- 2 - "@0no-co/graphqlsp": minor 3 - --- 4 - 5 - Make the LSP work with [`gql.tada`](https://github.com/0no-co/gql.tada)
+7
packages/graphqlsp/CHANGELOG.md
··· 1 1 # @0no-co/graphqlsp 2 2 3 + ## 0.15.0 4 + 5 + ### Minor Changes 6 + 7 + - Make the LSP work with [`gql.tada`](https://github.com/0no-co/gql.tada) 8 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#160](https://github.com/0no-co/GraphQLSP/pull/160)) 9 + 3 10 ## 0.14.1 4 11 5 12 ### Patch Changes
+1 -1
packages/graphqlsp/package.json
··· 1 1 { 2 2 "name": "@0no-co/graphqlsp", 3 - "version": "0.14.1", 3 + "version": "0.15.0", 4 4 "description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", 5 5 "main": "./dist/index.js", 6 6 "module": "./dist/index.module.js",