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
Solution:
combination queries don't support producing different resources
Jump to solution
3 Replies
ZachDaniel
ZachDaniel4mo ago
You'll need a generic action for this and you'll pretty much have to hand-roll it
Solution
ZachDaniel
ZachDaniel4mo ago
combination queries don't support producing different resources
Vahagn
VahagnOP4mo ago
Ok. thanks

Did you find this page helpful?