Module: Static::BindOtherOAuth

Defined in:
lib/static.rb

Constant Summary collapse

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