Open abaritci opened 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.
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?
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.
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?