page_generate_cursor
Generate cursor-based pagination with opaque cursors and relay-style connections for your framework and entity. Get working code for efficient, scalable page iteration.
Instructions
Generate cursor-based pagination with opaque cursors and relay-style connections
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | Entity/model name to paginate | |
| api_key | No | API key for authentication | |
| framework | Yes | Framework or ORM | |
| default_page_size | No | Default page size |