summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/work_items/graphql/notes/work_item_note_deleted.subscription.graphql
blob: 6a59becdb990174fe64ef5caffdf7b7c0707f525 (plain)
1
2
3
4
5
6
7
subscription workItemNoteDeleted($noteableId: NoteableID) {
  workItemNoteDeleted(noteableId: $noteableId) {
    id
    discussionId
    lastDiscussionNote
  }
}