Module: Static::GetOAuthedAppInfo

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"getOAuthedAppInfo"
Query =
"  query getOAuthedAppInfo($appId: String!){\n  getOAuthedAppInfo(appId: $appId){\n      _id\n      name\n      domain\n      image\n      redirectUris\n      appSecret\n      client_id\n      clientId\n      grants\n      description\n      homepageURL\n      isDeleted\n      when\n      css\n      loginUrl\n      casExpire\n  }\n}\n"