I want to sort by promo start date value or promo end date value. Is this possible?
query {
promoCollection(sort: {OR: promoStart, promoEnd}) //ideally something like this but it won't work {
title
}
}
Is this possible? What's a workaround?