Class: LMSGraphQL::Mutations::Canvas::DeletePushNotificationEndpoint
- Inherits:
-
BaseMutation
- Object
- GraphQL::Schema::Mutation
- BaseMutation
- LMSGraphQL::Mutations::Canvas::DeletePushNotificationEndpoint
- Defined in:
- lib/lms_graphql/mutations/canvas/delete_push_notification_endpoint.rb
Instance Method Summary collapse
Instance Method Details
#resolve ⇒ Object
12 13 14 15 16 17 18 |
# File 'lib/lms_graphql/mutations/canvas/delete_push_notification_endpoint.rb', line 12 def resolve() context[:canvas_api].call("DELETE_PUSH_NOTIFICATION_ENDPOINT").proxy( "DELETE_PUSH_NOTIFICATION_ENDPOINT", {}, {}, ).parsed_response end |