Module: Static::GetOAuthedAppList

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"getOAuthedAppList"
Query =
<<-EOS
  query getOAuthedAppList($clientId: String, $page: Int, $count: Int){
  getOAuthedAppList(clientId: $clientId, page: $page, count: $count){
      totalCount
      list{
          _id
          name
          domain
          image
          redirectUris
          appSecret
          client_id
          clientId
          grants
          description
          homepageURL
          isDeleted
          when
          css
          loginUrl
          casExpire
      }
  }
}
EOS