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