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

Version Packages (#280)

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

Changed files
+13 -11
.changeset
packages
-5
.changeset/honest-donkeys-check.md
···
-
---
-
'@0no-co/graphqlsp': minor
-
---
-
-
Expose the `init` and `getGraphQLDiagnostics` methods
···
-5
.changeset/sixty-walls-mix.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Switch to loading the schema with `@gql.tada/internal` utilities
···
+12
packages/graphqlsp/CHANGELOG.md
···
# @0no-co/graphqlsp
## 1.7.1
### Patch Changes
···
# @0no-co/graphqlsp
+
## 1.8.0
+
+
### Minor Changes
+
+
- Expose the `init` and `getGraphQLDiagnostics` methods
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#279](https://github.com/0no-co/GraphQLSP/pull/279))
+
+
### Patch Changes
+
+
- Switch to loading the schema with `@gql.tada/internal` utilities
+
Submitted by [@kitten](https://github.com/kitten) (See [#277](https://github.com/0no-co/GraphQLSP/pull/277))
+
## 1.7.1
### Patch Changes
+1 -1
packages/graphqlsp/package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "1.7.1",
"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",
···
{
"name": "@0no-co/graphqlsp",
+
"version": "1.8.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",