@algochad/prisma-core
Version:
A comprehensive NestJS library that provides EF-Core-like operations using Prisma and GraphQL. Features LINQ-style query builders, advanced data manipulation, GraphQL integration with genql, and a unified API for both Prisma and GraphQL operations. Includ
8 lines • 793 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GraphQLRepositoryFactory = exports.TypedGraphQLRepository = exports.GraphQLRepository = void 0;
var graphql_repository_universal_1 = require("./graphql-repository-universal");
Object.defineProperty(exports, "GraphQLRepository", { enumerable: true, get: function () { return graphql_repository_universal_1.GraphQLRepository; } });
Object.defineProperty(exports, "TypedGraphQLRepository", { enumerable: true, get: function () { return graphql_repository_universal_1.TypedGraphQLRepository; } });
Object.defineProperty(exports, "GraphQLRepositoryFactory", { enumerable: true, get: function () { return graphql_repository_universal_1.GraphQLRepositoryFactory; } });
//# sourceMappingURL=graphql-repository.js.map