Class: LMSGraphQL::Mutations::Canvas::UpdateAccountAuthSetting
- Inherits:
-
BaseMutation
- Object
- GraphQL::Schema::Mutation
- BaseMutation
- LMSGraphQL::Mutations::Canvas::UpdateAccountAuthSetting
- Defined in:
- lib/lms_graphql/mutations/canvas/update_account_auth_settings.rb
Instance Method Summary collapse
Instance Method Details
#resolve(account_id:) ⇒ Object
12 13 14 15 16 17 18 19 20 |
# File 'lib/lms_graphql/mutations/canvas/update_account_auth_settings.rb', line 12 def resolve(account_id:) context[:canvas_api].call("UPDATE_ACCOUNT_AUTH_SETTINGS").proxy( "UPDATE_ACCOUNT_AUTH_SETTINGS", { "account_id": account_id }, {}, ).parsed_response end |