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 (#320)

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
b6fab060 d144d5fc

+12 -16
-5
.changeset/spicy-feet-matter.md
··· 1 - --- 2 - '@0no-co/graphqlsp': patch 3 - --- 4 - 5 - Remove unused `node-fetch` dependency
-5
.changeset/tough-crabs-heal.md
··· 1 - --- 2 - '@0no-co/graphqlsp': patch 3 - --- 4 - 5 - Support finding `graphql()` invocations within call-expressions
-5
.changeset/weak-fans-behave.md
··· 1 - --- 2 - '@0no-co/graphqlsp': patch 3 - --- 4 - 5 - Upgrade `@gql.tada/internal` to `^1.0.0`
+11
packages/graphqlsp/CHANGELOG.md
··· 1 1 # @0no-co/graphqlsp 2 2 3 + ## 1.12.3 4 + 5 + ### Patch Changes 6 + 7 + - Remove unused `node-fetch` dependency 8 + Submitted by [@kitten](https://github.com/kitten) (See [#318](https://github.com/0no-co/GraphQLSP/pull/318)) 9 + - Support finding `graphql()` invocations within call-expressions 10 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#319](https://github.com/0no-co/GraphQLSP/pull/319)) 11 + - Upgrade `@gql.tada/internal` to `^1.0.0` 12 + Submitted by [@kitten](https://github.com/kitten) (See [#317](https://github.com/0no-co/GraphQLSP/pull/317)) 13 + 3 14 ## 1.12.2 4 15 5 16 ### Patch Changes
+1 -1
packages/graphqlsp/package.json
··· 1 1 { 2 2 "name": "@0no-co/graphqlsp", 3 - "version": "1.12.2", 3 + "version": "1.12.3", 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",