UNPKG

@ptc-org/nestjs-query-graphql

Version:
10 lines 874 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getOrCreateOffsetConnectionType = exports.getOrCreateCursorConnectionType = exports.getOrCreateArrayConnectionType = void 0; var array_connection_type_1 = require("./array-connection.type"); Object.defineProperty(exports, "getOrCreateArrayConnectionType", { enumerable: true, get: function () { return array_connection_type_1.getOrCreateArrayConnectionType; } }); var cursor_1 = require("./cursor"); Object.defineProperty(exports, "getOrCreateCursorConnectionType", { enumerable: true, get: function () { return cursor_1.getOrCreateCursorConnectionType; } }); var offset_1 = require("./offset"); Object.defineProperty(exports, "getOrCreateOffsetConnectionType", { enumerable: true, get: function () { return offset_1.getOrCreateOffsetConnectionType; } }); //# sourceMappingURL=index.js.map