postgraphile
Version:
A GraphQL schema created by reflection over a PostgreSQL schema 🐘 (previously known as PostGraphQL)
16 lines • 2.15 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.extendedFormatError = exports.enhanceHttpServerWithWebSockets = exports.watchPostGraphileSchema = exports.createPostGraphileSchema = exports.debugPgClient = exports.withPostGraphileContext = exports.postgraphile = void 0;
var postgraphile_1 = require("./postgraphile");
Object.defineProperty(exports, "postgraphile", { enumerable: true, get: function () { return postgraphile_1.default; } });
var withPostGraphileContext_1 = require("./withPostGraphileContext");
Object.defineProperty(exports, "withPostGraphileContext", { enumerable: true, get: function () { return withPostGraphileContext_1.default; } });
Object.defineProperty(exports, "debugPgClient", { enumerable: true, get: function () { return withPostGraphileContext_1.debugPgClient; } });
var postgraphile_core_1 = require("postgraphile-core");
Object.defineProperty(exports, "createPostGraphileSchema", { enumerable: true, get: function () { return postgraphile_core_1.createPostGraphileSchema; } });
Object.defineProperty(exports, "watchPostGraphileSchema", { enumerable: true, get: function () { return postgraphile_core_1.watchPostGraphileSchema; } });
var subscriptions_1 = require("./http/subscriptions");
Object.defineProperty(exports, "enhanceHttpServerWithWebSockets", { enumerable: true, get: function () { return subscriptions_1.enhanceHttpServerWithWebSockets; } });
var extendedFormatError_1 = require("./extendedFormatError");
Object.defineProperty(exports, "extendedFormatError", { enumerable: true, get: function () { return extendedFormatError_1.extendedFormatError; } });
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvcG9zdGdyYXBoaWxlL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBLCtDQUF5RDtBQUFoRCw0R0FBQSxPQUFPLE9BQWdCO0FBQ2hDLHFFQUE4RjtBQUFyRixrSUFBQSxPQUFPLE9BQTJCO0FBQUUsd0hBQUEsYUFBYSxPQUFBO0FBQzFELHVEQUFzRjtBQUE3RSw2SEFBQSx3QkFBd0IsT0FBQTtBQUFFLDRIQUFBLHVCQUF1QixPQUFBO0FBRTFELHNEQUF1RTtBQUE5RCxnSUFBQSwrQkFBK0IsT0FBQTtBQUN4Qyw2REFBNEQ7QUFBbkQsMEhBQUEsbUJBQW1CLE9BQUEifQ==