Skip to content

Commit

Permalink
rework scan_limit/equal/first.move and with more doc comments
Browse files Browse the repository at this point in the history
similarly rework equal/last.move
  • Loading branch information
wlmyng committed Aug 15, 2024
1 parent 0a147da commit fc42e02
Show file tree
Hide file tree
Showing 9 changed files with 540 additions and 972 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ Response: {
"pageInfo": {
"hasNextPage": false,
"hasPreviousPage": false,
"endCursor": null,
"startCursor": null
"endCursor": "eyJjIjoyLCJ0IjoyLCJpIjp0cnVlfQ",
"startCursor": "eyJjIjoyLCJ0IjowLCJpIjp0cnVlfQ"
},
"nodes": []
}
Expand Down
Loading

0 comments on commit fc42e02

Please sign in to comment.