debian-mirror-gitlab/app/graphql/subscriptions/notes/updated.rb

10 lines
152 B
Ruby
Raw Normal View History

2023-04-23 21:23:45 +05:30
# frozen_string_literal: true
module Subscriptions
module Notes
class Updated < Base
payload_type Types::Notes::NoteType
end
end
end