+5
.changeset/swift-ghosts-end.md
+5
.changeset/swift-ghosts-end.md
+1
-1
.github/workflows/release.yaml
+1
-1
.github/workflows/release.yaml
+10
-1
packages/example-tada/src/index.tsx
+10
-1
packages/example-tada/src/index.tsx
···-const persisted = graphql.persisted<typeof PokemonQuery>("sha256:78c769ed6cfef67e17e579a2abfe4da27bd51e09ed832a88393148bcce4c5a7d")
+19
-5
packages/graphqlsp/src/ast/index.ts
+19
-5
packages/graphqlsp/src/ast/index.ts
······+// For gql.tada call-expressions, this contains the identifiers of explicitly declared fragments············
+1
-1
packages/graphqlsp/src/autoComplete.ts
+1
-1
packages/graphqlsp/src/autoComplete.ts
···
+17
packages/graphqlsp/src/diagnostics.ts
+17
packages/graphqlsp/src/diagnostics.ts
············
+33
test/e2e/fixture-project-tada/fixtures/missing-fragment-dep.ts
+33
test/e2e/fixture-project-tada/fixtures/missing-fragment-dep.ts
···
+71
test/e2e/tada.test.ts
+71
test/e2e/tada.test.ts
···+it('warns about missing fragment dep even when fragment is used in another query in same file', async () => {