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