Pagination, retries, and checkpoints — step 6 of 7
Write resume_after(pages, checkpoint) so it returns all page cursors after the checkpoint. If the checkpoint is None, return every cursor.
Write resume_after(pages, checkpoint) so it returns all page cursors after the checkpoint. If the checkpoint is None, return every cursor.