graphql-remote_loader icon indicating copy to clipboard operation
graphql-remote_loader copied to clipboard

Pagination

Open etsenake opened this issue 4 years ago • 0 comments

Is there a way to load cursor paginated queries with this? My first thought would be to just make proxy params for the loading like first and after but another key requirement i have is I want to also be able to load other objects as well. For instance batch loading the GitHub issues query with repositories

I can provide a sample of the query I’m trying to proxy to If that helps

etsenake avatar Jun 12 '21 13:06 etsenake