From 62f2876adea050dd5fd97dbace7b70fe1fc8af84 Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 21 Oct 2024 11:53:00 +0300 Subject: [PATCH] queryfix --- schema/query.graphql | 1 + 1 file changed, 1 insertion(+) diff --git a/schema/query.graphql b/schema/query.graphql index e52a7acb..b28a798a 100644 --- a/schema/query.graphql +++ b/schema/query.graphql @@ -9,6 +9,7 @@ type Query { # community get_community: Community get_communities_all: [Community] + get_communities_by_author(slug: String, user: String, author_id: Int): [Community] # follower get_shout_followers(slug: String, shout_id: Int): [Author]