Module: Static::GetAppSecretByClientId

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"getAppSecretByClientId"
Query =
"  query getAppSecretByClientId($token: String, $clientId: String){\n  getAppSecretByClientId(token: $token, clientId: $clientId){\n      secret\n      clientId\n  }\n}\n"