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