Class: LMSGraphQL::Mutations::Canvas::DeleteConcludeCourse
- Inherits:
-
BaseMutation
- Object
- GraphQL::Schema::Mutation
- BaseMutation
- LMSGraphQL::Mutations::Canvas::DeleteConcludeCourse
- Defined in:
- lib/lms_graphql/mutations/canvas/delete_conclude_course.rb
Instance Method Summary collapse
Instance Method Details
#resolve(id:, event:) ⇒ Object
13 14 15 16 17 18 19 20 21 22 |
# File 'lib/lms_graphql/mutations/canvas/delete_conclude_course.rb', line 13 def resolve(id:, event:) context[:canvas_api].call("DELETE_CONCLUDE_COURSE").proxy( "DELETE_CONCLUDE_COURSE", { "id": id, "event": event }, {}, ).parsed_response end |