Does GraphQL offer built in pagination? Like take first 10 items of collection, offest 2 etc?
I have read here: https://graphql.org/learn/pagination/
On other sites I saw only those examples in which we had to implement these arguments by our own.
Edit: My question is not how to GraphQL: How to implement pagination with graphQL-java? but question - is there built in option for that.