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



             



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

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