Summary
If a creator is deleted after a cursor pointing to that position was issued, the next-page request using that cursor should handle the gap gracefully. An integration test for this edge confirms the endpoint does not error and returns a valid response.
Scope
- add an integration test that generates a cursor, deletes the creator at that position, then uses the cursor
- assert the response is valid and returns the next available creators
- assert no 500 error is produced
Acceptance Criteria
- the endpoint returns a valid response when a cursor points to a deleted creator
- the response contains the next available items beyond the deleted position
- no server error is produced
Contributor coordination: if you pick this up, reach out in Telegram for updates or clarification: https://t.me/accesslayerorg
Summary
If a creator is deleted after a cursor pointing to that position was issued, the next-page request using that cursor should handle the gap gracefully. An integration test for this edge confirms the endpoint does not error and returns a valid response.
Scope
Acceptance Criteria
Contributor coordination: if you pick this up, reach out in Telegram for updates or clarification: https://t.me/accesslayerorg