graphql
Version:
A Query Language and Runtime which can target any service.
10 lines • 736 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.locatedError = exports.syntaxError = exports.GraphQLError = void 0;
var GraphQLError_ts_1 = require("./GraphQLError.js");
Object.defineProperty(exports, "GraphQLError", { enumerable: true, get: function () { return GraphQLError_ts_1.GraphQLError; } });
var syntaxError_ts_1 = require("./syntaxError.js");
Object.defineProperty(exports, "syntaxError", { enumerable: true, get: function () { return syntaxError_ts_1.syntaxError; } });
var locatedError_ts_1 = require("./locatedError.js");
Object.defineProperty(exports, "locatedError", { enumerable: true, get: function () { return locatedError_ts_1.locatedError; } });
//# sourceMappingURL=index.js.map