Class: LMSGraphQL::Mutations::Canvas::UpdateWebhookSubscription
- Inherits:
-
CanvasBaseMutation
- Object
- GraphQL::Schema::Mutation
- CanvasBaseMutation
- LMSGraphQL::Mutations::Canvas::UpdateWebhookSubscription
- Defined in:
- lib/lms_graphql/mutations/canvas/update_webhook_subscription.rb
Instance Method Summary collapse
Instance Method Details
#resolve(id:) ⇒ Object
9 10 11 12 13 14 15 16 |
# File 'lib/lms_graphql/mutations/canvas/update_webhook_subscription.rb', line 9 def resolve(id:) ctx[:canvas_api].proxy( "UPDATE_WEBHOOK_SUBSCRIPTION", { "id": id }, nil, ).parsed_response end |