summaryrefslogtreecommitdiff
path: root/app/graphql/subscriptions/notes/updated.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/subscriptions/notes/updated.rb')
-rw-r--r--app/graphql/subscriptions/notes/updated.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/graphql/subscriptions/notes/updated.rb b/app/graphql/subscriptions/notes/updated.rb
new file mode 100644
index 00000000000..a4748a3361e
--- /dev/null
+++ b/app/graphql/subscriptions/notes/updated.rb
@@ -0,0 +1,9 @@
+# frozen_string_literal: true
+
+module Subscriptions
+ module Notes
+ class Updated < Base
+ payload_type Types::Notes::NoteType
+ end
+ end
+end