请帮助我创建一个graphql突变查询

时间:2019-07-08 14:12:59

标签: android graphql apollo

我是graphql android的新手,我必须在android中创建graphql突变查询。下面是我的graphql查询,我已经在Android中使用apollo实现了相同的查询。

mutation mRegUser {
  user {
    register(
      username: "max.mustermann@mustermann.org"
      password: "Git280280"
      customerProductIdentifier: { type: MSISDN, value: "01729236839" }
    )
    {
      sent
      channel
    }
  } 
}

0 个答案:

没有答案