When I run this query via Graph QL, it returns only orders WITH the tag instead of all orders without the tag haha is that even possible?
orders(query:“tag_not:Special Terms”)
When I run this query via Graph QL, it returns only orders WITH the tag instead of all orders without the tag haha is that even possible?
orders(query:“tag_not:Special Terms”)