Module: Static::NotBindOAuthList

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"notBindOAuthList"
Query =
"  query notBindOAuthList($client: String, $user: String){\n  notBindOAuthList(client: $client, user: $user){\n      type\n      oAuthUrl\n      image\n      name\n      binded\n  }\n}\n"