schema fix
This commit is contained in:
parent
bfbbb1b32a
commit
d8ff47de0f
|
@ -139,6 +139,10 @@ type Query {
|
||||||
topicsByAuthor(author: String!): [Topic]!
|
topicsByAuthor(author: String!): [Topic]!
|
||||||
|
|
||||||
# getOnlineUsers: [User!]!
|
# getOnlineUsers: [User!]!
|
||||||
|
|
||||||
|
# communities
|
||||||
|
getCommunity(slug: String): Community!
|
||||||
|
getCommunities: [Community]!
|
||||||
}
|
}
|
||||||
|
|
||||||
############################################ Subscription
|
############################################ Subscription
|
||||||
|
|
Loading…
Reference in New Issue
Block a user