Hi, I was looking at the typescript-graphql-auth (...
# orm-help
z
Hi, I was looking at the typescript-graphql-auth (https://github.com/prisma/prisma-examples/blob/master/typescript-graphql-auth example and I noticed a file
src/generated/resolvers.ts
https://github.com/prisma/prisma-examples/blob/master/typescript-graphql-auth/src/generated/resolvers.ts, in the
generated
directory. My assumption is that prisma can generate resolver typings as well and I've been scratching my head over how to get this file auto-generated using the prisma cli. Is this a correct assumption to make?