Class: LMS::GraphQL::Mutations::Canvas::UnShareBrandconfigTheme

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

Instance Method Summary collapse

Instance Method Details

#resolve(id:) ⇒ Object



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

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