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