mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-08-11 11:16:18 +08:00
7 lines
100 B
GraphQL
7 lines
100 B
GraphQL
fragment ChatFragment on Chat {
|
|
id
|
|
chatId
|
|
defaultBotNickname
|
|
shouldShowDisclaimer
|
|
}
|