gpt4free-original/quora/graphql/ShareMessagesMutation.graphql

10 行
213 B
GraphQL
Raw 通常表示 履歴

2023-03-30 05:10:42 +09:00
mutation ShareMessagesMutation(
$chatId: BigInt!
$messageIds: [BigInt!]!
$comment: String
) {
messagesShare(chatId: $chatId, messageIds: $messageIds, comment: $comment) {
shareCode
}
}