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

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