5 lines
73 B
GraphQL
5 lines
73 B
GraphQL
subscription ChatAddedSubscription {
|
|
chatAdded {
|
|
...ChatFragment
|
|
}
|
|
}
|