mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
18 lines
373 B
GraphQL
18 lines
373 B
GraphQL
mutation AddMessageBreakMutation($chatId: BigInt!) {
|
|
messageBreakCreate(chatId: $chatId) {
|
|
message {
|
|
id
|
|
__typename
|
|
messageId
|
|
text
|
|
linkifiedText
|
|
authorNickname
|
|
state
|
|
vote
|
|
voteReason
|
|
creationTime
|
|
suggestedReplies
|
|
}
|
|
}
|
|
}
|