Hi Guys, I'm looking over some code where a genera...
# prisma-client
c
Hi Guys, I'm looking over some code where a generated type, let's call it
UserCreateManyInput
(really, anything
TCreateManyInput
) is used not for performing actions against the db, but for declaring the type of data returned from a raw query. Is this an appropriate use? The name certainly leads me to believe there could be problems with this