Shopify – how to pull all data after a specific order?
I am looking for a way to build a graphQL query to pull order data after a specific order id. I am using REST today and achieve this by running database query to pull the last loaded order. I then…