summaryrefslogtreecommitdiffstats
path: root/gpt4free/quora/graphql/SummarizeQuotePostQuery.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'gpt4free/quora/graphql/SummarizeQuotePostQuery.graphql')
-rw-r--r--gpt4free/quora/graphql/SummarizeQuotePostQuery.graphql3
1 files changed, 3 insertions, 0 deletions
diff --git a/gpt4free/quora/graphql/SummarizeQuotePostQuery.graphql b/gpt4free/quora/graphql/SummarizeQuotePostQuery.graphql
new file mode 100644
index 00000000..5147c3c5
--- /dev/null
+++ b/gpt4free/quora/graphql/SummarizeQuotePostQuery.graphql
@@ -0,0 +1,3 @@
+query SummarizeQuotePostQuery($comment: String, $quotedPostId: BigInt!) {
+ summarizeQuotePost(comment: $comment, quotedPostId: $quotedPostId)
+}