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

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