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

authored by

github-actions[bot] and committed by
GitHub
1ae3f924 cda0c9f2

+13 -11
-5
.changeset/beige-worms-joke.md
··· 1 - --- 2 - '@0no-co/graphqlsp': patch 3 - --- 4 - 5 - Add fragments to the cache-key when using call-expressions
-5
.changeset/hip-poems-remain.md
··· 1 - --- 2 - '@0no-co/graphqlsp': minor 3 - --- 4 - 5 - Use our internal suggestions algo for better arugments and spread-suggestions
+12
packages/graphqlsp/CHANGELOG.md
··· 1 1 # @0no-co/graphqlsp 2 2 3 + ## 0.12.0 4 + 5 + ### Minor Changes 6 + 7 + - Use our internal suggestions algo for better arugments and spread-suggestions 8 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#132](https://github.com/0no-co/GraphQLSP/pull/132)) 9 + 10 + ### Patch Changes 11 + 12 + - Add fragments to the cache-key when using call-expressions 13 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#134](https://github.com/0no-co/GraphQLSP/pull/134)) 14 + 3 15 ## 0.11.2 4 16 5 17 ### Patch Changes
+1 -1
packages/graphqlsp/package.json
··· 1 1 { 2 2 "name": "@0no-co/graphqlsp", 3 - "version": "0.11.2", 3 + "version": "0.12.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",