Module: Static::GetAppSecretByClientId

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"getAppSecretByClientId"
Query =
<<-EOS
  query getAppSecretByClientId($token: String, $clientId: String){
  getAppSecretByClientId(token: $token, clientId: $clientId){
      secret
      clientId
  }
}
EOS