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