aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/MessageCommentFragment.graphql
blob: 1482b05add7516767b38c43e93498d226c22f456 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#import "../../components/fragments.graphql"

fragment AddComment on BugAddCommentTimelineItem {
  id
  createdAt
  ...authored
  edited
  message
  history {
    message
    date
  }
}