aboutsummaryrefslogblamecommitdiffstats
path: root/webui/src/pages/bug/MessageCreateFragment.graphql
blob: 1f4647b65205a22c934ccc37bd54ed0f302ce4ca (plain) (tree)
1
2
3
4
5
6
7
8
                                            
 
                                       
    



             



           
 
#import "../../components/fragments.graphql"

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