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

Version Packages (#320)

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

-5
.changeset/spicy-feet-matter.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Remove unused `node-fetch` dependency
-5
.changeset/tough-crabs-heal.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Support finding `graphql()` invocations within call-expressions
-5
.changeset/weak-fans-behave.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Upgrade `@gql.tada/internal` to `^1.0.0`
+11
packages/graphqlsp/CHANGELOG.md
···
# @0no-co/graphqlsp
+
## 1.12.3
+
+
### Patch Changes
+
+
- Remove unused `node-fetch` dependency
+
Submitted by [@kitten](https://github.com/kitten) (See [#318](https://github.com/0no-co/GraphQLSP/pull/318))
+
- Support finding `graphql()` invocations within call-expressions
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#319](https://github.com/0no-co/GraphQLSP/pull/319))
+
- Upgrade `@gql.tada/internal` to `^1.0.0`
+
Submitted by [@kitten](https://github.com/kitten) (See [#317](https://github.com/0no-co/GraphQLSP/pull/317))
+
## 1.12.2
### Patch Changes
+1 -1
packages/graphqlsp/package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "1.12.2",
+
"version": "1.12.3",
"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",