Module: Static::UnbindOtherOAuth
- Defined in:
- lib/static.rb
Constant Summary collapse
- Name =
"unbindOtherOAuth"- Query =
" mutation unbindOtherOAuth($type: String!, $client: String, $user: String){\n unbindOtherOAuth(type: $type, client: $client, user: $user){\n _id\n user\n client\n type\n unionid\n userInfo\n createdAt\n }\n}\n"