Not sure where to ask this but is it still the cas...
# orm-help
f
Not sure where to ask this but is it still the case that prisma does not support interfaces nor union types?
t
That is correct, but there is an RFC on a plan to rectify that: https://github.com/prisma/prisma/issues/3408
Alternatively, how do u handle inheritance
t
Well, it’s not easy, but we do it… sort of. I’m mostly waiting for them to implement the above data model directives. As for the article, I’ll have to check that out