Description
The frontend needs a way to query tasks efficiently. The indexer should expose a REST or GraphQL API.
Requirements
- Implement endpoints like
/tasks/:id, /tasks/user/:address, and /tasks/recent.
- Include proper pagination and filtering options.
Description
The frontend needs a way to query tasks efficiently. The indexer should expose a REST or GraphQL API.
Requirements
/tasks/:id,/tasks/user/:address, and/tasks/recent.