Module: Static::UpdateApplicationOAuth
- Defined in:
- lib/static.rb
Constant Summary collapse
- Name =
"UpdateApplicationOAuth"
- Query =
<<-EOS mutation UpdateApplicationOAuth($client: String, $oauth: String, $user: String, $alias: String, $fields: [OAuthListFieldsFormUpdateInput]){ UpdateApplicationOAuth(client: $client, oauth: $oauth, user: $user, alias: $alias, fields: $fields){ _id name alias image description enabled url client user oAuthUrl wxappLogo fields{ label type placeholder value checked } oauth{ _id name alias image description enabled url client user oAuthUrl wxappLogo } } } EOS