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