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