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
|
```graphql
|
||||||
{
|
{
|
||||||
transferEvents {
|
transferEvents (orderBy: "timestamp", orderDirection: "desc") {
|
||||||
id
|
id
|
||||||
amount
|
amount
|
||||||
from {
|
from {
|
||||||
|
Loading…
Reference in New Issue
Block a user