Module: Static::UnbindOtherOAuth

Defined in:
lib/static.rb

Constant Summary collapse

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