Cursor at the last returned item. Continue the query by passing it as after (ascending) or before (descending).
after
before
Cursor at the first returned item. After a descending read of the most recent items, pass as after to poll for items added since.
Cursor at the last returned item. Continue the query by passing it as
after(ascending) orbefore(descending).