reactions-api-update
All checks were successful
Deploy on push / deploy (push) Successful in 1m8s

This commit is contained in:
2024-07-22 10:42:41 +03:00
parent 451f041206
commit a43a44302b
3 changed files with 108 additions and 7 deletions

View File

@@ -26,6 +26,8 @@ from resolvers.reaction import (
load_shouts_followed,
load_shouts_followed_by,
update_reaction,
load_shout_comments,
load_shout_ratings
)
from resolvers.reader import (
get_shout,
@@ -36,7 +38,7 @@ from resolvers.reader import (
load_shouts_search,
load_shouts_unrated,
load_shouts_coauthored,
load_shouts_discussed,
load_shouts_discussed
)
from resolvers.topic import (
get_topic,
@@ -98,6 +100,8 @@ __all__ = [
"update_reaction",
"delete_reaction",
"load_reactions_by",
"load_shout_comments",
"load_shout_ratings",
# notifier
"load_notifications",
"notifications_seen_thread",