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: c68d5f491cfd0013ed0a9af2243255861c996d37 (plain)
1
2
3
4
5
6
7
#import "./work_item_note.fragment.graphql"

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