CommentNotification: {
    __typename: "CommentNotification";
    comment: Comment;
    id: string;
}

Type declaration

  • __typename: "CommentNotification"
  • comment: Comment
  • id: string