DEBSOURCES
Skip Quicknav
sources / gitlab / 17.6.5-19 / app / graphql / subscriptions / notes / updated.rb
123456789
# frozen_string_literal: true module Subscriptions module Notes class Updated < Base payload_type Types::Notes::NoteType end end end