getAllTodos
Retrieve a list of all todo items.
- You can optionally filter by completion status.
- You can limit the number of returned items.
Arguments
completedBooleanlimitIntDefaults: 10
Filter todos by whether they are completed.
Maximum number of todos to return (default: 10, max: 100).
Returns
[Todo!]!Required- You can optionally filter by completion status.
- You can limit the number of returned items.
Retrieve a list of all todo items.
Built with
Show your support! Star us on GitHub ⭐️