Hi! i have a problem with getting data in period of time
i have an order created at 2023-10-01
i am trying to get info about it with this query
orders(first: 10, query: “created_at:>=‘2020-09-26T00:00:00Z’ AND created_at:<=‘2023-10-25T23:59:59Z’ AND status=any”)
and it returned empty array, but it should return the orders
can somebody explain what i am doing wrong ?