FeedItem: {
    __typename: "FeedItem";
    comments: Comment[];
    id: string;
    mirrors: Mirror[];
    reactions: ReactionEvent[];
    root: Comment | Post | Quote;
}

Type declaration