Module: Static::BindOtherOAuth

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"bindOtherOAuth"
Query =
<<-EOS
  mutation bindOtherOAuth($type: String!, $unionid: String!, $userInfo: String!, $client: String, $user: String){
  bindOtherOAuth(type: $type, unionid: $unionid, userInfo: $userInfo, client: $client, user: $user){
      _id
      user
      client
      type
      unionid
      userInfo
      createdAt
  }
}
EOS