Class: LMSGraphQL::Resolvers::Canvas::ResolvePathCoursesFullPath
- Inherits:
-
CanvasBaseResolver
- Object
- GraphQL::Schema::Resolver
- CanvasBaseResolver
- LMSGraphQL::Resolvers::Canvas::ResolvePathCoursesFullPath
- Defined in:
- lib/lms_graphql/resolvers/canvas/resolve_path_courses_full_path.rb
Instance Method Summary collapse
Instance Method Details
#resolve(course_id:) ⇒ Object
9 10 11 12 13 14 15 16 |
# File 'lib/lms_graphql/resolvers/canvas/resolve_path_courses_full_path.rb', line 9 def resolve(course_id:) context[:canvas_api].call("RESOLVE_PATH_COURSES_FULL_PATH").proxy( "RESOLVE_PATH_COURSES_FULL_PATH", { "course_id": course_id }, nil, ).parsed_response end |