Class: LMSGraphQL::Mutations::Canvas::ResetCourseFavorite
- Inherits:
-
CanvasBaseMutation
- Object
- GraphQL::Schema::Mutation
- CanvasBaseMutation
- LMSGraphQL::Mutations::Canvas::ResetCourseFavorite
- Defined in:
- lib/lms_graphql/mutations/canvas/reset_course_favorites.rb
Instance Method Summary collapse
Instance Method Details
#resolve ⇒ Object
9 10 11 12 13 14 15 16 |
# File 'lib/lms_graphql/mutations/canvas/reset_course_favorites.rb', line 9 def resolve() ctx[:canvas_api].proxy( "RESET_COURSE_FAVORITES", { }, nil, ).parsed_response end |