Roman Vasilev

Results 164 comments of Roman Vasilev

Merged https://github.com/unlight/prisma-nestjs-graphql/pull/230

I can enable `combineScalarFilters`, `noAtomicOperations` but it will not reduce count files too much `emitSingle` generate single file Also see `emitCompiled` option.

`JsonNullableFilter` is a built-in type, it's possible to add such feature, it requires add new code

Scalar inputs, enums, and other common types which are not related to model name will be saved to "prisma" folder

Is there issue here? Something is missing?

@KozielGPC Could you provide minimal reproducing repo?

Sorry, but I cant reproduce it on my dev environment. I got generated: @generated/cart/cart-aggregate.args.ts @generated/league-partner/league-partner-aggregate.args.ts ``` import { Field } from '@nestjs/graphql'; import { ArgsType } from '@nestjs/graphql'; import {...

Some generated graphql classes (input/output) may not be compatible with prisma types. You must adapt it.