unlight/prisma-nestjs-graphql
Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module
TypeScriptMIT
Issues
- 1
The generated BigInt type is incorrect
#223 opened by imoyh - 1
- 0
Update nested
#222 opened by simibruda - 1
- 0
Role Level Auth on InputType
#220 opened by SOG-web - 3
- 1
optional fields in schema produce inconsistent orderBy types between required and optional scalar fields
#209 opened by scarrico-divergent - 0
Create input with no relations
#219 opened by cemhany - 0
Support options for scalar list fields
#218 opened by nick-allen - 2
relation filter is not created
#213 opened by apss-pohl - 7
- 1
- 4
- 1
Unsupported Prisma Fields Break Input Generation
#203 opened by Jrodseth - 19
Prisma 5 released - breaks generated types
#177 opened by jasonmacdonald - 1
Simplify generated classes
#208 opened by cyril94440 - 1
decorate arguments not reflected for HideField
#207 opened by TMInnovations - 0
- 1
Decimal Import needs change
#205 opened by 0-don - 3
omitModelsCount param is not working as expected
#199 opened by bmajkut - 0
Cannot find name 'IntFilter'
#204 opened by Dilanjer - 1
- 4
prismaClientImport not working
#202 opened by anissouissi - 0
Create one record with foreign key
#198 opened by ddoandev - 0
TypeScript Performance
#197 opened by darr1s - 1
- 2
Exclude ID from Input objects
#195 opened by AxelReid - 2
Cannot import Prisma Client when the output option of Prisma schema generate is enabled
#183 opened by hiroingk - 0
Custom decorators from local file
#193 opened by unlight - 2
- 1
High memory and wrong types for Prisma 5.2
#191 opened by darr1s - 1
- 0
[Question] Unable to apply filters on _count using ResolveField in Prisma with NestJS-GraphQL
#189 opened by florianrusso - 2
- 0
- 1
Provide esm modules
#187 opened by TMInnovations - 3
swc circular dependency issue
#175 opened by okaisti - 0
hidden fields on whereUniqueInput should be excluded from Prisma.AtLeast<> in Args classes
#185 opened by bobschulte - 1
Models without unique IDs fail to create valid types
#182 opened by ysuhaas - 2
- 2
Excessive stack depth comparing types
#178 opened by terravisit - 0
Redundant fields in generated TS classes
#176 opened by Hetch3t - 2
Wrong type for one-to-many field in user.model.ts
#170 opened by nonamich - 3
- 2
- 2
FindMany****Args missing include and select
#172 opened by suponji216 - 1
- 5
- 0
Imports missing in *.aggregate.input.ts
#167 opened by apss-pohl - 1
Using custom types when generating
#164 opened by Luferov