Amazon web services – How to use nextToken to paginate?
Some context is needed for my question at the bottom of the post. There are two tables in the DynamoDB with the following schema. type Post @model { id: ID! author: String! comments: [Comment] @hasMany } type Comment @model {…