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

Version Packages (#137)

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

Changed files
+10 -11
.changeset
packages
-5
.changeset/big-paws-pump.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Upgrade TypeScript dependency, this would normally not result in a changeset but it had us remove the normal auto-complete and quick-info and only do that logic when ours ends up in no results
-5
.changeset/khaki-clouds-marry.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Don't error on known client-side directives
+9
packages/graphqlsp/CHANGELOG.md
···
# @0no-co/graphqlsp
+
## 0.12.1
+
+
### Patch Changes
+
+
- Upgrade TypeScript dependency, this would normally not result in a changeset but it had us remove the normal auto-complete and quick-info and only do that logic when ours ends up in no results
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#136](https://github.com/0no-co/GraphQLSP/pull/136))
+
- Don't error on known client-side directives
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#144](https://github.com/0no-co/GraphQLSP/pull/144))
+
## 0.12.0
### Minor Changes
+1 -1
packages/graphqlsp/package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "0.12.0",
+
"version": "0.12.1",
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
"main": "./dist/index.js",
"module": "./dist/index.module.js",