Class: LMS::GraphQL::Resolvers::Canvas::GetAssociatedCourseInformation
- Inherits:
-
CanvasBaseResolver
- Object
- GraphQL::Schema::Resolver
- CanvasBaseResolver
- LMS::GraphQL::Resolvers::Canvas::GetAssociatedCourseInformation
- Defined in:
- lib/lms/graphql/resolvers/canvas/get_associated_course_information.rb
Instance Method Summary collapse
Instance Method Details
#resolve(course_id:, template_id:) ⇒ Object
11 12 13 14 15 16 17 18 19 |
# File 'lib/lms/graphql/resolvers/canvas/get_associated_course_information.rb', line 11 def resolve(course_id:, template_id:) context[:canvas_api].proxy( "GET_ASSOCIATED_COURSE_INFORMATION", { "course_id": course_id, "template_id": template_id }, nil, ).parsed_response end |