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