reader-loads-move

This commit is contained in:
2024-08-07 14:18:05 +03:00
parent a01ca30f5b
commit 572f63f12b
4 changed files with 251 additions and 170 deletions

View File

@@ -23,8 +23,6 @@ from resolvers.reaction import (
create_reaction,
delete_reaction,
load_reactions_by,
load_shouts_followed,
load_shouts_followed_by,
update_reaction,
load_shout_comments,
load_shout_ratings,
@@ -40,6 +38,8 @@ from resolvers.reader import (
load_shouts_unrated,
load_shouts_coauthored,
load_shouts_discussed,
load_shouts_followed,
load_shouts_followed_by,
)
from resolvers.topic import (
get_topic,