···11----
22-'@0no-co/graphqlsp': patch
33----
44-55-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
···11# @0no-co/graphqlsp
2233+## 1.12.12
44+55+### Patch Changes
66+77+- Bail on dots, when there's one or two dots we are leading up to a fragment-spread and should avoid giving suggestions
88+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#344](https://github.com/0no-co/GraphQLSP/pull/344))
99+310## 1.12.11
411512### Patch Changes
+1-1
packages/graphqlsp/package.json
···11{
22 "name": "@0no-co/graphqlsp",
33- "version": "1.12.11",
33+ "version": "1.12.12",
44 "description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
55 "main": "./dist/graphqlsp",
66 "module": "./dist/graphqlsp.mjs",