Hey guys, i just saw that schema delegation is not...
# orm-help
n
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? 🙂
n
How do you mean? You can define this functionality on the root query that enables said functionality 🤩
n
you mean with the $fragment method?
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 🙂
n
😎