class LMSGraphQL::Mutations::Canvas::DeletePushNotificationEndpoint

Public Instance Methods

resolve() click to toggle source
# 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