Add order by timestamp in Ponder watcher app entities query
This commit is contained in:
parent
24cd88bbbe
commit
5d963e1ea7
@ -145,7 +145,7 @@ Stack components:
|
||||
|
||||
```graphql
|
||||
{
|
||||
transferEvents {
|
||||
transferEvents (orderBy: "timestamp", orderDirection: "desc") {
|
||||
id
|
||||
amount
|
||||
from {
|
||||
|
Loading…
Reference in New Issue
Block a user