Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, it is not impossible to navigate to a specific page in AppSync List Query Pagination. You can specify the "page" and "nextToken" parameters in your query to navigate to a specific page. The "page" parameter specifies the page number, while the "nextToken" parameter specifies the starting point for the next page. However, keep in mind that the "nextToken" value is returned in the response from the previous query, so you must store it on the client side to use it for pagination.