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

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
7a3817b6 bba1e6f4

+8 -6
-5
.changeset/empty-planes-behave.md
··· 1 - --- 2 - '@0no-co/graphqlsp': patch 3 - --- 4 - 5 - Fix setting `shouldCheckForColocatedFragments` to `false` falling back to `true`
+7
packages/graphqlsp/CHANGELOG.md
··· 1 1 # @0no-co/graphqlsp 2 2 3 + ## 0.9.2 4 + 5 + ### Patch Changes 6 + 7 + - ⚠️ Fix setting `shouldCheckForColocatedFragments` to `false` falling back to `true` 8 + Submitted by [@dan-lee](https://github.com/dan-lee) (See [#96](https://github.com/0no-co/GraphQLSP/pull/96)) 9 + 3 10 ## 0.9.1 4 11 5 12 ### Patch Changes
+1 -1
packages/graphqlsp/package.json
··· 1 1 { 2 2 "name": "@0no-co/graphqlsp", 3 - "version": "0.9.1", 3 + "version": "0.9.2", 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",