mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-08-17 11:16:43 +08:00
refactor: services
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
query ChatViewQuery($bot: String!) {
|
||||
chatOfBot(bot: $bot) {
|
||||
id
|
||||
chatId
|
||||
defaultBotNickname
|
||||
shouldShowDisclaimer
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user