Are there any workarounds for the lack of unions? ...
# orm-help
r
Are there any workarounds for the lack of unions? I want to show a feed of several models ordered by time. Currently I query each one and merge sort them on the client which seems like a terrible hack. See https://github.com/prisma/prisma/issues/2505