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

chore: expose helper to translate typeQuery to document (#284)

Changed files
+6
.changeset
packages
graphqlsp
src
+5
.changeset/flat-monkeys-begin.md
···
+
---
+
'@0no-co/graphqlsp': patch
+
---
+
+
Expose persisted helper to translate typeQuery to the corresponding document
+1
packages/graphqlsp/src/api.ts
···
export { getGraphQLDiagnostics } from './diagnostics';
export { init } from './ts';
export { findAllPersistedCallExpressions } from './ast';
+
export { getDocumentReferenceFromTypeQuery } from './persisted';