Module: Static::ReadOauthList

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"ReadOauthList"
Query =
"  query ReadOauthList($clientId: String, $dontGetURL: Boolean, $useGuard: Boolean){\n  ReadOauthList(clientId: $clientId, dontGetURL: $dontGetURL, useGuard: $useGuard){\n      _id\n      name\n      alias\n      image\n      description\n      enabled\n      url\n      client\n      user\n      oAuthUrl\n      wxappLogo\n      fields{\n          label\n          type\n          placeholder\n          value\n          checked\n      }\n      oauth{\n          _id\n          name\n          alias\n          image\n          description\n          enabled\n          url\n          client\n          user\n          oAuthUrl\n          wxappLogo\n      }\n  }\n}\n"