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

Version Packages (#345)

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

Changed files
+8 -6
.changeset
packages
-5
.changeset/flat-boats-approve.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Bail on dots, when there's one or two dots we are leading up to a fragment-spread and should avoid giving suggestions
+7
packages/graphqlsp/CHANGELOG.md
···
# @0no-co/graphqlsp
+
## 1.12.12
+
+
### Patch Changes
+
+
- Bail on dots, when there's one or two dots we are leading up to a fragment-spread and should avoid giving suggestions
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#344](https://github.com/0no-co/GraphQLSP/pull/344))
+
## 1.12.11
### Patch Changes
+1 -1
packages/graphqlsp/package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "1.12.11",
+
"version": "1.12.12",
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
"main": "./dist/graphqlsp",
"module": "./dist/graphqlsp.mjs",