Building a graphQL API with SQPR. I have a large data collections and would like to load data page by page. What is the recommended way to do this with SQPR and how would it look from the client side (query)?
Also, keeping in mind Apollo client for angular as a potential client library. Now testing with graphiql.