Ask Your Question
3

Is it impossible to navigate to a specific page in AppSync List Query Pagination?

asked 2021-10-21 11:00:00 +0000

huitzilopochtli gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-08-11 10:00:00 +0000

lalupa gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-10-21 11:00:00 +0000

Seen: 13 times

Last updated: Aug 11 '22