mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
10 lines
213 B
GraphQL
10 lines
213 B
GraphQL
mutation ShareMessagesMutation(
|
|
$chatId: BigInt!
|
|
$messageIds: [BigInt!]!
|
|
$comment: String
|
|
) {
|
|
messagesShare(chatId: $chatId, messageIds: $messageIds, comment: $comment) {
|
|
shareCode
|
|
}
|
|
}
|