From d8ff47de0fb21de0fcee16d4835cfba0160f4701 Mon Sep 17 00:00:00 2001 From: Tony Rewin Date: Wed, 24 Nov 2021 15:11:59 +0300 Subject: [PATCH] schema fix --- schema.graphql | 4 ++++ 1 file changed, 4 insertions(+) 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