summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/work_items/graphql/notes/work_item_note_deleted.subscription.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/work_items/graphql/notes/work_item_note_deleted.subscription.graphql')
-rw-r--r--app/assets/javascripts/work_items/graphql/notes/work_item_note_deleted.subscription.graphql7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/javascripts/work_items/graphql/notes/work_item_note_deleted.subscription.graphql b/app/assets/javascripts/work_items/graphql/notes/work_item_note_deleted.subscription.graphql
new file mode 100644
index 00000000000..6a59becdb99
--- /dev/null
+++ b/app/assets/javascripts/work_items/graphql/notes/work_item_note_deleted.subscription.graphql
@@ -0,0 +1,7 @@
+subscription workItemNoteDeleted($noteableId: NoteableID) {
+ workItemNoteDeleted(noteableId: $noteableId) {
+ id
+ discussionId
+ lastDiscussionNote
+ }
+}