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

Version Packages (#363)

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
180702b2 a372050d

+15 -16
-5
.changeset/clean-doors-move.md
··· 1 - --- 2 - '@0no-co/graphqlsp': minor 3 - --- 4 - 5 - Remove missing operation-name code, with our increased focus on not generating any code this becomes irrelevant
-5
.changeset/rotten-pugs-begin.md
··· 1 - --- 2 - '@0no-co/graphqlsp': patch 3 - --- 4 - 5 - Recursively create directories if the target does not exist
-5
.changeset/upset-hats-remain.md
··· 1 - --- 2 - '@0no-co/graphqlsp': minor 3 - --- 4 - 5 - Allow supplying a custom `clientDirectives` which will be mixed in with the base client directives
+14
packages/graphqlsp/CHANGELOG.md
··· 1 1 # @0no-co/graphqlsp 2 2 3 + ## 1.13.0 4 + 5 + ### Minor Changes 6 + 7 + - Remove missing operation-name code, with our increased focus on not generating any code this becomes irrelevant 8 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#362](https://github.com/0no-co/GraphQLSP/pull/362)) 9 + - Allow supplying a custom `clientDirectives` which will be mixed in with the base client directives 10 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#370](https://github.com/0no-co/GraphQLSP/pull/370)) 11 + 12 + ### Patch Changes 13 + 14 + - Recursively create directories if the target does not exist 15 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#364](https://github.com/0no-co/GraphQLSP/pull/364)) 16 + 3 17 ## 1.12.16 4 18 5 19 ### Patch Changes
+1 -1
packages/graphqlsp/package.json
··· 1 1 { 2 2 "name": "@0no-co/graphqlsp", 3 - "version": "1.12.16", 3 + "version": "1.13.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",