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

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