mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-03 13:28:46 +03:00
7 lines
123 B
GraphQL
7 lines
123 B
GraphQL
|
mutation deleteMessageMutation(
|
||
|
$messageIds: [BigInt!]!
|
||
|
) {
|
||
|
messagesDelete(messageIds: $messageIds) {
|
||
|
edgeIds
|
||
|
}
|
||
|
}
|