graphql-compose-connection
Version:
Plugin for `graphql-compose` which provide a connection resolver for types.
12 lines • 1 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.dataToCursor = exports.cursorToData = exports.prepareConnectionResolver = exports.composeWithConnection = void 0;
const composeWithConnection_1 = require("./composeWithConnection");
Object.defineProperty(exports, "composeWithConnection", { enumerable: true, get: function () { return composeWithConnection_1.composeWithConnection; } });
const cursor_1 = require("./cursor");
Object.defineProperty(exports, "cursorToData", { enumerable: true, get: function () { return cursor_1.cursorToData; } });
Object.defineProperty(exports, "dataToCursor", { enumerable: true, get: function () { return cursor_1.dataToCursor; } });
const connection_1 = require("./connection");
Object.defineProperty(exports, "prepareConnectionResolver", { enumerable: true, get: function () { return connection_1.prepareConnectionResolver; } });
exports.default = composeWithConnection_1.composeWithConnection;
//# sourceMappingURL=index.js.map
;