Is there a way to implement graphql cursor based pagination with nested pagination queries in a performant way? Let’s say we have 3 pseudo graphql types: For simplicity let’s say user could read thousands of books and each book can have hundred of pages. user database table: book database table: page database table: user_book database table: book_page database table: We