What is a way I can let my client side code benefi...
# orm-help
j
What is a way I can let my client side code benefit from the schema generation of Prisma? It seems a waste to rewrite all of those types so that my client can make the same kinds of queries of the Prisma database as the Prisma client can...