@0no-co/graphqlsp
Version:
TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.
21 lines (12 loc) • 582 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: !0
});
var e = require("./chunks/api-chunk.js");
exports.findAllCallExpressions = e.findAllCallExpressions;
exports.findAllPersistedCallExpressions = e.findAllPersistedCallExpressions;
exports.getDocumentReferenceFromDocumentNode = e.getDocumentReferenceFromDocumentNode;
exports.getDocumentReferenceFromTypeQuery = e.getDocumentReferenceFromTypeQuery;
exports.getGraphQLDiagnostics = e.getGraphQLDiagnostics;
exports.init = e.init;
exports.unrollTadaFragments = e.unrollTadaFragments;
//# sourceMappingURL=api.js.map