Mutant GraphQL Java - Remove Integer Item with Null

前端 未结 0 658
傲寒
傲寒 2020-12-17 05:00

I have a simple mutant in my Apollo Server to change the name and age,

mutation updateUser(id:1){
name: "John"
age:25
}

If the clie

相关标签:
回答
  • 消灭零回复
提交回复
热议问题