Class: LMSGraphQL::Mutations::Canvas::UpdateAccountAuthSetting
- Inherits:
-
CanvasBaseMutation
- Object
- GraphQL::Schema::Mutation
- CanvasBaseMutation
- 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
9 10 11 12 13 14 15 16 |
# File 'lib/lms_graphql/mutations/canvas/update_account_auth_settings.rb', line 9 def resolve(account_id:) ctx[:canvas_api].proxy( "UPDATE_ACCOUNT_AUTH_SETTINGS", { "account_id": account_id }, nil, ).parsed_response end |