Simple GraphQL mutation

前端 未结 0 1559
耶瑟儿~
耶瑟儿~ 2020-11-21 09:59

I would like to ask how to insert a new user inside my array of users. I tried to make a mutation:

mutation{
  createUser(name: "New User", email: &         


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