SetStatusFragment.graphql

1#import "../Author.graphql"
2
3fragment SetStatus on SetStatusTimelineItem {
4  date
5  ...authored
6  status
7}