summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/work_items/graphql/notes/work_item_note_updated.subscription.graphql
blob: 1a6f4e44ee06bb68c961dbca05c905918f6b6469 (plain)
1
2
3
4
5
6
7
#import "ee_else_ce/work_items/graphql/notes/work_item_note.fragment.graphql"

subscription workItemNoteUpdated($noteableId: NoteableID) {
  workItemNoteUpdated(noteableId: $noteableId) {
    ...WorkItemNote
  }
}