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

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