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

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#283)

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
6a539468 2c5bc43d

+13 -11
-5
.changeset/flat-monkeys-begin.md
··· 1 - --- 2 - '@0no-co/graphqlsp': patch 3 - --- 4 - 5 - Expose persisted helper to translate typeQuery to the corresponding document
-5
.changeset/wicked-rice-design.md
··· 1 - --- 2 - '@0no-co/graphqlsp': minor 3 - --- 4 - 5 - Add support for `graphql.persisted` https://github.com/0no-co/GraphQLSP/pull/240
+12
packages/graphqlsp/CHANGELOG.md
··· 1 1 # @0no-co/graphqlsp 2 2 3 + ## 1.9.0 4 + 5 + ### Minor Changes 6 + 7 + - Add support for `graphql.persisted` https://github.com/0no-co/GraphQLSP/pull/240 8 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [`9210406`](https://github.com/0no-co/GraphQLSP/commit/9210406744ff94ffcc4958c42478ef98c0b64be6)) 9 + 10 + ### Patch Changes 11 + 12 + - Expose persisted helper to translate typeQuery to the corresponding document 13 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#284](https://github.com/0no-co/GraphQLSP/pull/284)) 14 + 3 15 ## 1.8.0 4 16 5 17 ### Minor Changes
+1 -1
packages/graphqlsp/package.json
··· 1 1 { 2 2 "name": "@0no-co/graphqlsp", 3 - "version": "1.8.0", 3 + "version": "1.9.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",