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

fragment Create on BugCreateTimelineItem {
  id
  createdAt
  ...authored
  edited
  message
  history {
    message
    date
  }
}