Skip to content

Commit 4a742b5

Browse files
committed
test: add totalEdges response values
1 parent 91a0404 commit 4a742b5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dbquery/pagination/tests/Test.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ describe(testDescription, function () {
4141
pageInfo: {
4242
hasNextPage: true,
4343
endCursor: CURSOR
44-
}
44+
},
45+
totalEdges: 10
4546
}
4647
},
4748
},
@@ -72,7 +73,8 @@ describe(testDescription, function () {
7273
pageInfo: {
7374
endCursor: "eyJjIjoiTDpRdWVyeTpjdXN0b21lcnMiLCJvIjozfQ==",
7475
hasNextPage: true
75-
}
76+
},
77+
totalEdges: 10
7678
}
7779
},
7880
},

0 commit comments

Comments
 (0)