Hey guys, i just saw that schema delegation is not really supported in the current prisma-client. However, Is there somehow a way to get this kind of working? 🙂
Ah i just saw that with schema delegation there can't be any type safety (which is a foundation for the prisma-client). Therefore we have to implement type resolvers to define how our types should resolve relational data. This will then also include type safety. So a bit more work for type safety ^^ thanks for your help tho 🙂