A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi Folks,
I have a prod app that makes a GraphQL call to update product positions and I have a test collection with only 4 products in it. When I make the GraphQL call to change their positions, it can take upwards of 2 minutes for the call to complete, even though it's only 4 products.
It's just a simple GraphQL mutation to collectionReorderProducts.
I've checked the Status Page but there's no indication of any issues. Anyone else seeing this?