From 360694c8f114841e5696f33be54666890dcd4327 Mon Sep 17 00:00:00 2001 From: Sebastien Guillemot Date: Sun, 27 Mar 2022 09:29:12 +0900 Subject: [PATCH] Document rangeStart and rangeEnd --- for-users/api/graphql.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/for-users/api/graphql.md b/for-users/api/graphql.md index 480b49cd..1575c756 100644 --- a/for-users/api/graphql.md +++ b/for-users/api/graphql.md @@ -105,6 +105,8 @@ Note that transactions can accept the following arguments: * 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: