Hey! I have an interesting case and wonder if there is any functionality to make this happen.
I have a pizza menu stored in a menu-items collection. Then I have a global called menu which controls the ordering of the Menu items using a relationship. What I wan't is to be able to toggle off items in the menu-items collection using the payload draft's functionality and simultaneously hiding these when querying the menu global.
I can query the menu-items based on _status equals published directly and then query the menu global for the order and sort these in JS, but I would prefer if there was a way to do this in one go by just hitting the menu global.
Is this possible?