query SummarizeQuotePostQuery($comment: String, $quotedPostId: BigInt!) {
    summarizeQuotePost(comment: $comment, quotedPostId: $quotedPostId)
}