diff --git a/resolvers/__init__.py b/resolvers/__init__.py index 43accd1e..1fe2933f 100644 --- a/resolvers/__init__.py +++ b/resolvers/__init__.py @@ -57,7 +57,9 @@ from resolvers.zine import ( recent_reacted, shouts_by_authors, shouts_by_topics, - shouts_by_layout, + shouts_by_layout_recent, + shouts_by_layout_top, + shouts_by_layout_topmonth, shouts_by_communities, ) @@ -92,7 +94,9 @@ __all__ = [ "recent_reacted", "recent_all", "shouts_by_topics", - "shouts_by_layout", + "shouts_by_layout_recent", + "shouts_by_layout_topmonth", + "shouts_by_layout_top", "shouts_by_authors", "shouts_by_communities", "get_user_reacted_shouts",