Module: Static::SetApplicationOAuthEnableOrDisable

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"SetApplicationOAuthEnableOrDisable"
Query =
"  mutation SetApplicationOAuthEnableOrDisable($client: String, $oauth: String, $user: String, $enabled: Boolean){\n  SetApplicationOAuthEnableOrDisable(client: $client, oauth: $oauth, user: $user, enabled: $enabled){\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"