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

Version Packages (#28)

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

-5
.changeset/five-dancers-refuse.md
···
-
---
-
'@0no-co/graphqlsp': minor
-
---
-
-
Add ability to specify a URL for your schema, GraphQLSP will then fetch the introspection from the specified URL
-5
.changeset/grumpy-toes-serve.md
···
-
---
-
'@0no-co/graphqlsp': minor
-
---
-
-
Display some documentation alongside fields and fragments, for fields it will show the documentation or the type and for fragmentSpreads the typeCondition will be displayed
-5
.changeset/olive-jokes-drum.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Check the `dirty` state of the file an additional time to prevent writing to the file when the user types directly after saving
-5
.changeset/proud-trainers-switch.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Enforce the correct type on FragmentSpread suggestions
+17
CHANGELOG.md
···
+
# @0no-co/graphqlsp
+
+
## 0.2.0
+
+
### Minor Changes
+
+
- Add ability to specify a URL for your schema, GraphQLSP will then fetch the introspection from the specified URL
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#26](https://github.com/0no-co/GraphQLSP/pull/26))
+
- Display some documentation alongside fields and fragments, for fields it will show the documentation or the type and for fragmentSpreads the typeCondition will be displayed
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#31](https://github.com/0no-co/GraphQLSP/pull/31))
+
+
### Patch Changes
+
+
- Check the `dirty` state of the file an additional time to prevent writing to the file when the user types directly after saving
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#27](https://github.com/0no-co/GraphQLSP/pull/27))
+
- Enforce the correct type on FragmentSpread suggestions
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#32](https://github.com/0no-co/GraphQLSP/pull/32))
+1 -1
package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "0.1.0",
+
"version": "0.2.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",