mk668a / nestjs-prisma-graphql-crud-gen

Generate CRUD resolvers from GraphQL schema with NestJS and Prisma
https://www.npmjs.com/package/nestjs-prisma-graphql-crud-gen
MIT License
49 stars 10 forks source link

There are issues in outputs #141

Open abaritci opened 1 year ago

abaritci commented 1 year ago

After this commit https://github.com/mk668a/nestjs-prisma-graphql-crud-gen/commit/2e4ff13cb185f8f2dbfb88bf0ced6b3463ad45e1 (or latest commits) there are issues in outputs. 2 files not genereated and for the following files there are imports issues.

  1. {modelName}/output/Aggregate{modelName}.output.ts
  2. {modelName}/output/{modelName}GroupBy.output.ts

import { {modelName}AvgAggregate } from '../../common/outputs/{modelName}AvgAggregate.output'; import { {modelName}SumAggregate } from '../../common/outputs/{modelName}SumAggregate.output';

@mk668a @MinJungHyun When you can fix this issue?