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

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