Rename pagination input #2724
buddhikasranasinghe
started this conversation in
Ideas
Replies: 1 comment
|
It just reflects the GraphQL documentation, which suggests a more cursor-like approach: https://graphql.org/learn/pagination/ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
In the pagination directive, to define how many rows should be displayed per page, we need to pass a value via the 'first' parameter. This parameter name doesn't actually convey its intended meaning. I suggest that 'limit' or 'take' would be better alternatives.
All reactions