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

fixes

Changed files
-2
packages
graphqlsp
-2
packages/graphqlsp/src/fieldUsage.ts
···
info
);
-
// TODO: do we need to support variable destructuring here like
-
// .map being used in const [x] = list.map()?
if (
ts.isVariableDeclaration(callExpression.parent) &&
!isSomeOrEvery