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",