From 314dc744042b637e31230f9fa7b40f9962abdc0c Mon Sep 17 00:00:00 2001 From: poka Date: Fri, 27 Aug 2021 23:08:38 +0200 Subject: [PATCH] fix cursor --- lib/gvaWallets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gvaWallets.py b/lib/gvaWallets.py index 3b36f83..968311f 100644 --- a/lib/gvaWallets.py +++ b/lib/gvaWallets.py @@ -23,7 +23,7 @@ class ListWallets: queryBuild = gql( """ { - wallets(pagination: { cursor: "1NiFHXUQDVNXuKE54Q8SdQRWmtKPVtMqWBSb8d8VkiS", ord: ASC, pageSize: 0 }) { + wallets(pagination: { cursor: null, ord: ASC, pageSize: 0 }) { pageInfo { hasNextPage endCursor