summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/work_items/graphql/discussion.fragment.graphql
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
  }
}