Class: LMSGraphQL::Mutations::Canvas::SaveEnabledAccountCalendar

Inherits:
BaseMutation
  • Object
show all
Defined in:
lib/lms_graphql/mutations/canvas/save_enabled_account_calendars.rb

Instance Method Summary collapse

Instance Method Details

#resolveObject



12
13
14
15
16
17
18
# File 'lib/lms_graphql/mutations/canvas/save_enabled_account_calendars.rb', line 12

def resolve()
  context[:canvas_api].call("SAVE_ENABLED_ACCOUNT_CALENDARS").proxy(
    "SAVE_ENABLED_ACCOUNT_CALENDARS",
    {},
    {},
  ).parsed_response
end