GraphQL: How to implement pagination with graphQL-java?
问题 Currently, I see no existing support for pagination in the graphql-java library. It does have some basic relay support, where-in, we can create a connection , Facebook's recommended way of implementing pagination. This is the method which helps achieve that. However, with no documentation I'm finding it hard to understand how this function works. Can someone break-down the steps they would take to add pagination support if they already have an existing model which allows basic queries like