gpt4free/gpt4free/quora/graphql/SummarizeQuotePostQuery.gra...

4 行
147 B
GraphQL

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