shoutsByLayout

This commit is contained in:
2022-11-13 07:34:02 +03:00
parent 8914646f61
commit 785fbc0a2c
3 changed files with 26 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ from resolvers.zine import (
recent_reacted,
shouts_by_authors,
shouts_by_topics,
shouts_by_layout,
shouts_by_communities,
)
@@ -91,6 +92,7 @@ __all__ = [
"recent_reacted",
"recent_all",
"shouts_by_topics",
"shouts_by_layout",
"shouts_by_authors",
"shouts_by_communities",
"get_user_reacted_shouts",