Module: Static::UpdateOAuthList
- Defined in:
- lib/static.rb
Constant Summary collapse
- Name =
"UpdateOAuthList"
- Query =
<<-EOS mutation UpdateOAuthList($options: OAuthListUpdateInput, $fields: [OAuthListFieldsFormUpdateInput]){ UpdateOAuthList(options: $options, 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