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

Version Packages (#371)

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

Changed files
+13 -11
.changeset
packages
-5
.changeset/many-garlics-visit.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Fix support for default exported graphql() invocations
-5
.changeset/puny-ghosts-clap.md
···
-
---
-
'@0no-co/graphqlsp': minor
-
---
-
-
Add new value declaration helpers to replace built-in services and to traverse TypeScript type checked AST exhaustively and efficiently.
+12
packages/graphqlsp/CHANGELOG.md
···
# @0no-co/graphqlsp
+
## 1.14.0
+
+
### Minor Changes
+
+
- Add new value declaration helpers to replace built-in services and to traverse TypeScript type checked AST exhaustively and efficiently
+
Submitted by [@kitten](https://github.com/kitten) (See [#351](https://github.com/0no-co/GraphQLSP/pull/351))
+
+
### Patch Changes
+
+
- ⚠️ Fix support for default exported graphql() invocations
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#372](https://github.com/0no-co/GraphQLSP/pull/372))
+
## 1.13.0
### Minor Changes
+1 -1
packages/graphqlsp/package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "1.13.0",
+
"version": "1.14.0",
"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",