summaryrefslogtreecommitdiffstats
path: root/quora/graphql/ChatFragment.graphql
blob: 605645ff3d4002049ac4654cddd171e3aed04d5c (plain) (blame)
1
2
3
4
5
6
fragment ChatFragment on Chat {
    id
    chatId
    defaultBotNickname
    shouldShowDisclaimer
}