Can someone explain to me what this package does ^...
# orm-help
a
Can someone explain to me what this package does ^ for nestjs users. What is the difference between using this package to generate types vs just using the types that get generated from prisma client?
a
@Armaan Dhanji that's a GraphQL package which isn't necessary if you're just going to be using Prisma with Nest.
a
umm
but isn't the package called prisma-nestjs
?
a
The package you linked is called prisma-nestjs-graphql
a
right, so when you say it isn't necessary if you use prisma with nest, i'm confused by this.
a
Because it's made to be used with all three of those technologies, not just two.
a
Ok. So i'm using NestJs and graphql and prisma, I should be using that package?
a
If you need the functionality it provides. I personally have no idea what it does. I'm guessing the types generated by Prisma aren't typically compatible with GraphQL so maybe this generates types that are compatible.
a
I see. Ok I think that makes sense thanks