Class: LMS::GraphQL::Mutations::Canvas::UpdateSharedTheme

Inherits:
CanvasBaseMutation
  • Object
show all
Defined in:
lib/lms/graphql/mutations/canvas/update_shared_theme.rb

Instance Method Summary collapse

Instance Method Details

#resolve(account_id:, id:) ⇒ Object



11
12
13
14
15
16
17
18
19
# File 'lib/lms/graphql/mutations/canvas/update_shared_theme.rb', line 11

def resolve(account_id:, id:)
  ctx[:canvas_api].proxy(
    "UPDATE_SHARED_THEME",
    {
      "account_id": ,
      "id": id              },
    nil,
  ).parsed_response
end