getTodo()

in web/src/graphql/queries.ts [35:41]


    getTodo(id: $id) {
      id
      name
      description
      createdAt
      updatedAt
    }