+7
packages/graphqlsp/CHANGELOG.md
+7
packages/graphqlsp/CHANGELOG.md
···+- Detect fragment usage in `maskFragments` calls to prevent false positive unused fragment warnings+Submitted by [@takumiyoshikawa](https://github.com/takumiyoshikawa) (See [#379](https://github.com/0no-co/GraphQLSP/pull/379))
+1
-1
packages/graphqlsp/package.json
+1
-1
packages/graphqlsp/package.json
+10
packages/graphqlsp/src/ast/checks.ts
+10
packages/graphqlsp/src/ast/checks.ts
···
+15
packages/graphqlsp/src/ast/index.ts
+15
packages/graphqlsp/src/ast/index.ts
···
+19
packages/graphqlsp/src/diagnostics.ts
+19
packages/graphqlsp/src/diagnostics.ts
·········
+1
-1
test/e2e/fixture-project-tada/fixtures/graphql.ts
+1
-1
test/e2e/fixture-project-tada/fixtures/graphql.ts
+7
test/e2e/fixture-project-tada/fixtures/used-fragment-mask.ts
+7
test/e2e/fixture-project-tada/fixtures/used-fragment-mask.ts
+1
-1
test/e2e/fixture-project-tada/graphql.ts
+1
-1
test/e2e/fixture-project-tada/graphql.ts
+44
test/e2e/tada.test.ts
+44
test/e2e/tada.test.ts
···············