Hi, since when is Prisma generating resolvers? <ht...
# orm-help
m
Hi, since when is Prisma generating resolvers? https://github.com/prisma/graphql-prisma-typescript/tree/master/src/generated Is this the recommended way to pass down prisma resolvers to the client now? Doesnt this eliminate the need for prisma bindings completly?
🤐 1
j
Aren’t these only type definitions for ts ?
🙌 1
m
Ahhh of course, thanks!