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