Add order by timestamp in Ponder watcher app entities query

This commit is contained in:
Nabarun 2023-10-19 10:08:59 +05:30
parent 24cd88bbbe
commit 5d963e1ea7

View File

@ -145,7 +145,7 @@ Stack components:
```graphql
{
transferEvents {
transferEvents (orderBy: "timestamp", orderDirection: "desc") {
id
amount
from {