demo project Route 18
.updateTodoMutation({
variables: {
completed: this.state.component524State_checked(),
id: this.props.match.params.id(),
text: this.state.component511State_value(),
userId: this.props.userQuery.user.id()
}
id: this.props.match.params.id(), => id: this.props.match.params.id,