blob: c852b4b0bf3685e38efc5c39ee923acfc67fd9af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#import "../../components/fragments.graphql"
fragment AddComment on AddCommentTimelineItem {
id
createdAt
...authored
edited
message
history {
message
date
}
}
|