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

Version Packages (#90)

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

-5
.changeset/cuddly-lobsters-return.md
···
-
---
-
'@0no-co/graphqlsp': minor
-
---
-
-
Allow specifying headers for fetching the introspection
-5
.changeset/quick-tips-promise.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Guard against no schema or errored codegen attempts
-5
.changeset/sharp-planes-study.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
catch more schema errors and improve logging
+14
packages/graphqlsp/CHANGELOG.md
···
# @0no-co/graphqlsp
+
## 0.8.0
+
+
### Minor Changes
+
+
- Allow specifying headers for fetching the introspection
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#87](https://github.com/0no-co/GraphQLSP/pull/87))
+
+
### Patch Changes
+
+
- Guard against no schema or errored codegen attempts
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#89](https://github.com/0no-co/GraphQLSP/pull/89))
+
- catch more schema errors and improve logging
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#84](https://github.com/0no-co/GraphQLSP/pull/84))
+
## 0.7.4
### Patch Changes
+1 -1
packages/graphqlsp/package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "0.7.4",
+
"version": "0.8.0",
"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",