Is there a way to get TypeScript types for my pris...
# orm-help
m
Is there a way to get TypeScript types for my prisma data models in my client based on the datamodel from the server?
d
have used this with good results https://graphql-code-generator.com/
👍 1