getTodoById
Retrieve a single todo item by its unique ID.
Arguments
idID!Required
ID of the todo to fetch.
Returns
Retrieve a single todo item by its unique ID.
Built with
Show your support! Star us on GitHub ⭐️
Retrieve a single todo item by its unique ID.
idID!RequiredShow your support! Star us on GitHub ⭐️
query getTodoById($id: ID!) { getTodoById(id: $id) { # getTodoById fields } }