Module: Static::QueryAppInfoByAppID

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"QueryAppInfoByAppID"
Query =
"  query QueryAppInfoByAppID($appId: String, $responseType: String, $redirectUrl: String){\n  QueryAppInfoByAppID(appId: $appId, responseType: $responseType, redirectUrl: $redirectUrl){\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"