Class: LMSGraphQL::Mutations::Canvas::DeleteAppointmentGroup
- Inherits:
-
BaseMutation
- Object
- GraphQL::Schema::Mutation
- BaseMutation
- LMSGraphQL::Mutations::Canvas::DeleteAppointmentGroup
- Defined in:
- lib/lms_graphql/mutations/canvas/delete_appointment_group.rb
Instance Method Summary collapse
Instance Method Details
#resolve(id:, cancel_reason: nil) ⇒ Object
13 14 15 16 17 18 19 20 21 22 |
# File 'lib/lms_graphql/mutations/canvas/delete_appointment_group.rb', line 13 def resolve(id:, cancel_reason: nil) context[:canvas_api].call("DELETE_APPOINTMENT_GROUP").proxy( "DELETE_APPOINTMENT_GROUP", { "id": id, "cancel_reason": cancel_reason }, {}, ).parsed_response end |