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