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>

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
4f547859 aa5b67dc

+13 -11
-5
.changeset/honest-donkeys-check.md
··· 1 - --- 2 - '@0no-co/graphqlsp': minor 3 - --- 4 - 5 - Expose the `init` and `getGraphQLDiagnostics` methods
-5
.changeset/sixty-walls-mix.md
··· 1 - --- 2 - '@0no-co/graphqlsp': patch 3 - --- 4 - 5 - Switch to loading the schema with `@gql.tada/internal` utilities
+12
packages/graphqlsp/CHANGELOG.md
··· 1 1 # @0no-co/graphqlsp 2 2 3 + ## 1.8.0 4 + 5 + ### Minor Changes 6 + 7 + - Expose the `init` and `getGraphQLDiagnostics` methods 8 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#279](https://github.com/0no-co/GraphQLSP/pull/279)) 9 + 10 + ### Patch Changes 11 + 12 + - Switch to loading the schema with `@gql.tada/internal` utilities 13 + Submitted by [@kitten](https://github.com/kitten) (See [#277](https://github.com/0no-co/GraphQLSP/pull/277)) 14 + 3 15 ## 1.7.1 4 16 5 17 ### Patch Changes
+1 -1
packages/graphqlsp/package.json
··· 1 1 { 2 2 "name": "@0no-co/graphqlsp", 3 - "version": "1.7.1", 3 + "version": "1.8.0", 4 4 "description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", 5 5 "main": "./dist/graphqlsp", 6 6 "module": "./dist/graphqlsp.mjs",