Union queries that return union types
I want to make a union query that will return a union type, which will be resolved with graphql. Could not find an example, and Combination queries seem to be for a different usecase. Can this be done with declarative syntax or do I need a separate custom query?
thank you
3 Replies
You'll need a generic action for this
and you'll pretty much have to hand-roll it
Solution
combination queries don't support producing different resources
Ok. thanks