Hi @Theresa Sorry for late reply
which data you need the query or the response ?
this is the query and i got error response whenever i try to access before data
Hello @karimedrees!
Our engineers are still looking into it.
In the meantime, I would suggest you use the before and after parameters, paired with the last and first parameters respectively.
This means calling the API with data(before:string last:int) or data(after:string first:int).
This way you gain control over the number of values returned. It might not seem a problem now, but once you get to the thousands of orders, you might be spending all your credits in just one query, as it will try to query everything that comes before that cursor.
Please let me know if this helps.
Thank you in advance!
Tomas