Comment: {
    __typename: "Comment";
    commentOn: CommentFields | Post | QuoteFields;
    firstComment: CommentFields | null;
    hashtagsMentioned: string[];
    profilesMentioned: ProfileMentioned[];
} & CommentFields

Type declaration

  • __typename: "Comment"
  • commentOn: CommentFields | Post | QuoteFields
  • firstComment: CommentFields | null
  • hashtagsMentioned: string[]
  • profilesMentioned: ProfileMentioned[]