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

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