From 3f1aff2d0fadeb57af011968c6f0eb3758ecbe34 Mon Sep 17 00:00:00 2001 From: Untone Date: Fri, 13 Oct 2023 14:00:30 +0300 Subject: [PATCH] some-more-queries-fix --- resolvers/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resolvers/__init__.py b/resolvers/__init__.py index 26cc90cd..363edab4 100644 --- a/resolvers/__init__.py +++ b/resolvers/__init__.py @@ -56,7 +56,8 @@ __all__ = [ "rate_user", "update_profile", "get_authors_all", - "get_followed_authors2", + "author_followers", + "author_followings", "get_followed_authors", "get_author", "get_author_by_id",