Module: Static::GetOAuthedAppList

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"getOAuthedAppList"
Query =
"  query getOAuthedAppList($clientId: String, $page: Int, $count: Int){\n  getOAuthedAppList(clientId: $clientId, page: $page, count: $count){\n      totalCount\n      list{\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}\n"