Class: LMS::GraphQL::Mutations::Canvas::ShareBrandconfigTheme
- Inherits:
-
CanvasBaseMutation
- Object
- GraphQL::Schema::Mutation
- CanvasBaseMutation
- LMS::GraphQL::Mutations::Canvas::ShareBrandconfigTheme
- 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
12 13 14 15 16 17 18 19 20 21 |
# File 'lib/lms/graphql/mutations/canvas/share_brandconfig_theme.rb', line 12 def resolve(account_id:, shared_brand_config_name:, shared_brand_config_brand_config_md5:) ctx[:canvas_api].proxy( "SHARE_BRANDCONFIG_THEME", { "account_id": 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 |