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

Version Packages (#371)

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
7de8f3f2 731b69e8

+13 -11
-5
.changeset/many-garlics-visit.md
··· 1 - --- 2 - '@0no-co/graphqlsp': patch 3 - --- 4 - 5 - Fix support for default exported graphql() invocations
-5
.changeset/puny-ghosts-clap.md
··· 1 - --- 2 - '@0no-co/graphqlsp': minor 3 - --- 4 - 5 - Add new value declaration helpers to replace built-in services and to traverse TypeScript type checked AST exhaustively and efficiently.
+12
packages/graphqlsp/CHANGELOG.md
··· 1 1 # @0no-co/graphqlsp 2 2 3 + ## 1.14.0 4 + 5 + ### Minor Changes 6 + 7 + - Add new value declaration helpers to replace built-in services and to traverse TypeScript type checked AST exhaustively and efficiently 8 + Submitted by [@kitten](https://github.com/kitten) (See [#351](https://github.com/0no-co/GraphQLSP/pull/351)) 9 + 10 + ### Patch Changes 11 + 12 + - ⚠️ Fix support for default exported graphql() invocations 13 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#372](https://github.com/0no-co/GraphQLSP/pull/372)) 14 + 3 15 ## 1.13.0 4 16 5 17 ### Minor Changes
+1 -1
packages/graphqlsp/package.json
··· 1 1 { 2 2 "name": "@0no-co/graphqlsp", 3 - "version": "1.13.0", 3 + "version": "1.14.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",