A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I'm trying to find a way to query all orders where a specific product is the only unfulfilled item in the order. The aim is to fulfill all orders where this product is the only unfulfilled item.
Any suggestions are appreciated!