It seems I could do something like "union Post = V...
# orm-help
s
It seems I could do something like "union Post = VideoPost | ArticlePost" with "type VideoPost implements Post" and "type ArticlePost implements Post" but I'd rather have just one Post type and still have a bi-directional relation with multiple possible types.