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

Version Packages (#378)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

Changed files
+8 -6
.changeset
packages
-5
.changeset/swift-ghosts-end.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Correctly identify missing fragments for gql.tada graphql call-expressions
···
+7
packages/graphqlsp/CHANGELOG.md
···
# @0no-co/graphqlsp
## 1.15.0
### Minor Changes
···
# @0no-co/graphqlsp
+
## 1.15.1
+
+
### Patch Changes
+
+
- Correctly identify missing fragments for gql.tada graphql call-expressions
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#376](https://github.com/0no-co/GraphQLSP/pull/376))
+
## 1.15.0
### Minor Changes
+1 -1
packages/graphqlsp/package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "1.15.0",
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
"main": "./dist/graphqlsp",
"module": "./dist/graphqlsp.mjs",
···
{
"name": "@0no-co/graphqlsp",
+
"version": "1.15.1",
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
"main": "./dist/graphqlsp",
"module": "./dist/graphqlsp.mjs",