fix-chatresult
This commit is contained in:
parent
9ccad51bf1
commit
32c9d134e5
|
@ -258,7 +258,7 @@ type Query {
|
||||||
############################################ Subscription
|
############################################ Subscription
|
||||||
|
|
||||||
type Subscription {
|
type Subscription {
|
||||||
chatUpdated(chatId: String!): ChatUpdatedResult!
|
chatUpdated(chatId: String!): Result!
|
||||||
onlineUpdated: [User!]!
|
onlineUpdated: [User!]!
|
||||||
shoutUpdated: Shout!
|
shoutUpdated: Shout!
|
||||||
userUpdated: User!
|
userUpdated: User!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user