mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-09 05:16:59 +08:00
9 lines
154 B
GraphQL
9 lines
154 B
GraphQL
query ChatViewQuery($bot: String!) {
|
|
chatOfBot(bot: $bot) {
|
|
id
|
|
chatId
|
|
defaultBotNickname
|
|
shouldShowDisclaimer
|
|
}
|
|
}
|