I'd like to have multiple types all with a "posts:...
# orm-help
s
I'd like to have multiple types all with a "posts: [Post!]!" but have Post have "postParent: PostParent!" when PostParent can be multiple types. I think I would use a Union like "union PostParent = Video | Article | Ect.." but I am not sure if that is the correct approach. Any help would be greatly appreciated.