Howdy Yall. I'm trying to build a node graphql server with nexus and prisma 2 or 3. I also use the provider="nexus-prisma". I'm think I have to user prisma-nexus-plugin because it's the only way I know to not have to write lots of crud resolver manually and maintain them (experimentalCrud option). That requires 2.23.0. But my problem is that 'referential integrity' in prisma isn't supported until 2.26.0. is there a better set of library versions that would give me crud and ref-integrity? Ultimatly I just want to build a decent graphql server from my schema.prisma.