fix-schema
This commit is contained in:
parent
cf5789f2be
commit
c9400f23fb
|
@ -305,7 +305,7 @@ type Query {
|
||||||
############################################ Subscription
|
############################################ Subscription
|
||||||
|
|
||||||
type Subscription {
|
type Subscription {
|
||||||
newMessages: Message!
|
newMessages: Message
|
||||||
onlineUpdated: [User!]!
|
onlineUpdated: [User!]!
|
||||||
shoutUpdated: Shout!
|
shoutUpdated: Shout!
|
||||||
userUpdated: User!
|
userUpdated: User!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user