hey prisma community, I have a prisma schema with ...
# orm-help
s
hey prisma community, I have a prisma schema with me and I want to generate graphql schema from it, so I looked for nexus-prisma and I'm getting dependency errors while installing it cuz it currently supports prisma client upto v2.25 only, where I have v2.27. Are there any other plugins or is it better for me to downgrade prisma client? thanks
r
You can go for TypeGraphQL which has a great Prisma integration and GraphQL schema generator 🙂
s
Thanks a lot
👍 1