class LMSGraphQL::Mutations::Canvas::CloseNotificationForUser
Public Instance Methods
resolve(account_id:, id:)
click to toggle source
# File lib/lms_graphql/mutations/canvas/close_notification_for_user.rb, line 13 def resolve(account_id:, id:) context[:canvas_api].call("CLOSE_NOTIFICATION_FOR_USER").proxy( "CLOSE_NOTIFICATION_FOR_USER", { "account_id": account_id, "id": id }, {}, ).parsed_response end