Welcome to mirror list, hosted at ThFree Co, Russian Federation.

work_item_note_updated.subscription.graphql « notes « graphql « work_items « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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
  }
}