aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/MessageCommentFragment.graphql
blob: 337eade0967384dcc0db81d3249d59245aef2a29 (plain) (blame)
1
2
3
4
5
6
7
8
9
#import "../../components/fragments.graphql"

fragment AddComment on AddCommentTimelineItem {
  id
  createdAt
  ...authored
  edited
  message
}