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