comment-ratings
All checks were successful
Deploy on push / deploy (push) Successful in 1m31s

This commit is contained in:
2024-07-22 11:32:47 +03:00
parent a43a44302b
commit a4411cfa34
5 changed files with 52 additions and 5 deletions

View File

@@ -27,7 +27,8 @@ from resolvers.reaction import (
load_shouts_followed_by,
update_reaction,
load_shout_comments,
load_shout_ratings
load_shout_ratings,
load_comment_ratings,
)
from resolvers.reader import (
get_shout,
@@ -102,6 +103,7 @@ __all__ = [
"load_reactions_by",
"load_shout_comments",
"load_shout_ratings",
"load_comment_ratings",
# notifier
"load_notifications",
"notifications_seen_thread",