class LMSGraphQL::Mutations::Canvas::UnShareBrandconfigTheme
Public Instance Methods
resolve(id:)
click to toggle source
# File lib/lms_graphql/mutations/canvas/un_share_brandconfig_theme.rb, line 12 def resolve(id:) context[:canvas_api].call("UN_SHARE_BRANDCONFIG_THEME").proxy( "UN_SHARE_BRANDCONFIG_THEME", { "id": id }, {}, ).parsed_response end