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

Version Packages (#336)

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

Changed files
+8 -6
.changeset
packages
-5
.changeset/dry-moose-camp.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Address potential crashes on malformed TypeScript AST input (such as missing function arguments where they were previously assumed to be passed)
+7
packages/graphqlsp/CHANGELOG.md
···
# @0no-co/graphqlsp
+
## 1.12.9
+
+
### Patch Changes
+
+
- Address potential crashes on malformed TypeScript AST input (such as missing function arguments where they were previously assumed to be passed)
+
Submitted by [@kitten](https://github.com/kitten) (See [#335](https://github.com/0no-co/GraphQLSP/pull/335))
+
## 1.12.8
### Patch Changes
+1 -1
packages/graphqlsp/package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "1.12.8",
+
"version": "1.12.9",
"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",