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