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

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Jovi De Croock and committed by
GitHub
2c5bc43d 92104067

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