diff --git a/for-users/api/graphql.md b/for-users/api/graphql.md index fc48bef6..1575c756 100644 --- a/for-users/api/graphql.md +++ b/for-users/api/graphql.md @@ -104,6 +104,9 @@ Note that transactions can accept the following arguments: * first * after * before +* order (ASC / DESC) +* rangeStart (`{ blockHash: string, txHash: string}`) +* rangeEnd (`string` <- a blockHash ) This request could be sent via an HTTP GET to the Ethereum Mainnet using: