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

Version Packages (#256)

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

Changed files
+10 -11
.changeset
packages
-5
.changeset/cool-elephants-invent.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Add support for alternative root directories, when your tsconfig does not define GraphQLSP we'll traverse up until we find the `extends` that does and resolve the schema from there
-5
.changeset/loud-moles-wait.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Change `setInterval` to `setTimeout`
+9
packages/graphqlsp/CHANGELOG.md
···
# @0no-co/graphqlsp
+
## 1.4.3
+
+
### Patch Changes
+
+
- Add support for alternative root directories, when your tsconfig does not define GraphQLSP we'll traverse up until we find the `extends` that does and resolve the schema from there
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#257](https://github.com/0no-co/GraphQLSP/pull/257))
+
- Change `setInterval` to `setTimeout`
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#255](https://github.com/0no-co/GraphQLSP/pull/255))
+
## 1.4.2
### Patch Changes
+1 -1
packages/graphqlsp/package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "1.4.2",
+
"version": "1.4.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",