Class: LMSGraphQL::Mutations::Canvas::ShareBrandconfigTheme

Inherits:
CanvasBaseMutation
  • Object
show all
Defined in:
lib/lms_graphql/mutations/canvas/share_brandconfig_theme.rb

Instance Method Summary collapse

Instance Method Details

#resolve(account_id:, shared_brand_config_name:, shared_brand_config_brand_config_md5:) ⇒ Object



11
12
13
14
15
16
17
18
19
20
# File 'lib/lms_graphql/mutations/canvas/share_brandconfig_theme.rb', line 11

def resolve(account_id:, shared_brand_config_name:, shared_brand_config_brand_config_md5:)
  ctx[:canvas_api].proxy(
    "SHARE_BRANDCONFIG_THEME",
    {
      "account_id": ,
      "shared_brand_config[name]": shared_brand_config_name,
      "shared_brand_config[brand_config_md5]": shared_brand_config_brand_config_md5            },
    nil,
  ).parsed_response
end