Skip to content

Commit c1fb5c8

Browse files
author
Conner Swann
committed
added page info to blocks query
1 parent ec3785a commit c1fb5c8

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CodaClient.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,12 @@ def get_blocks(self) -> dict:
263263
workIds
264264
}
265265
}
266+
pageInfo {
267+
hasNextPage
268+
hasPreviousPage
269+
firstCursor
270+
lastCursor
271+
}
266272
}
267273
}
268274
'''

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='CodaClient',
15-
version='0.0.11',
15+
version='0.0.12',
1616
python_requires='>=3.5',
1717
description='A Python wrapper around the Coda Daemon GraphQL API.',
1818
github='http://github.com/CodaProtocol/coda-python',

0 commit comments

Comments
 (0)