freegpt4-duplicated / gpt4free /quora /graphql /AddMessageBreakMutation.graphql
pruth23's picture
Duplicate from pruth23/freegpt4
2f013d1
raw
history blame contribute delete
373 Bytes
mutation AddMessageBreakMutation($chatId: BigInt!) {
messageBreakCreate(chatId: $chatId) {
message {
id
__typename
messageId
text
linkifiedText
authorNickname
state
vote
voteReason
creationTime
suggestedReplies
}
}
}