diff --git a/schema.graphql b/schema.graphql index 65d25a58..d825f429 100644 --- a/schema.graphql +++ b/schema.graphql @@ -139,6 +139,10 @@ type Query { topicsByAuthor(author: String!): [Topic]! # getOnlineUsers: [User!]! + + # communities + getCommunity(slug: String): Community! + getCommunities: [Community]! } ############################################ Subscription