followed-by
All checks were successful
Deploy on push / deploy (push) Successful in 1m9s

This commit is contained in:
2024-07-03 15:35:12 +03:00
parent d55a3050fc
commit 1223c633d4
3 changed files with 18 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ from resolvers.reaction import (
delete_reaction,
load_reactions_by,
load_shouts_followed,
load_shouts_followed_by,
update_reaction,
)
from resolvers.reader import (
@@ -76,6 +77,7 @@ __all__ = [
"load_shouts_feed",
"load_shouts_search",
"load_shouts_followed",
"load_shouts_followed_by",
"load_shouts_unrated",
"load_shouts_random_top",
"load_shouts_random_topic",