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 91a0404 commit 4a742b5Copy full SHA for 4a742b5
dbquery/pagination/tests/Test.js
@@ -41,7 +41,8 @@ describe(testDescription, function () {
41
pageInfo: {
42
hasNextPage: true,
43
endCursor: CURSOR
44
- }
+ },
45
+ totalEdges: 10
46
}
47
},
48
@@ -72,7 +73,8 @@ describe(testDescription, function () {
72
73
74
endCursor: "eyJjIjoiTDpRdWVyeTpjdXN0b21lcnMiLCJvIjozfQ==",
75
hasNextPage: true
76
77
78
79
80
0 commit comments