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