schema fix

This commit is contained in:
2021-11-24 15:11:59 +03:00
parent bfbbb1b32a
commit d8ff47de0f

View File

@@ -139,6 +139,10 @@ type Query {
topicsByAuthor(author: String!): [Topic]!
# getOnlineUsers: [User!]!
# communities
getCommunity(slug: String): Community!
getCommunities: [Community]!
}
############################################ Subscription