renameTodo()

in todo/js/mutations/RenameTodoMutation.js [9:14]


    renameTodo(input: $input) {
      todo {
        id
        text
      }
    }