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



             



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

fragment AddComment on BugAddCommentTimelineItem {
  id
  createdAt
  ...authored
  edited
  message
  history {
    message
    date
  }
}