We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e62c9 commit 0304094Copy full SHA for 0304094
src/index.js
@@ -54,7 +54,7 @@ client
54
const { pageInfo, edges } = result.data.organization.repositories;
55
const { endCursor, hasNextPage } = pageInfo;
56
57
- console.log('second page', edges.length);
+ console.log('first page', edges.length);
58
console.log('endCursor', endCursor);
59
60
return pageInfo;
0 commit comments