cursor_pagination
cursor_pagination copied to clipboard
previous_cursor isn't working after next_cursor method
It caused, because cursor stores information directly on the class. So, the next cursor invocation override previous information. Cursor information must be scope-specific