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

discussion.fragment.graphql « 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: 62ced6bdfea42d38e4dd96f711dafb18793e8474 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#import "~/graphql_shared/fragments/user.fragment.graphql"

fragment Discussion on Note {
  id
  body
  bodyHtml
  systemNoteIconName
  createdAt
  author {
    ...User
  }
}