main_topic-fix4
All checks were successful
Deploy on push / deploy (push) Successful in 56s

This commit is contained in:
2025-02-12 00:55:55 +03:00
parent a9dd593ac8
commit e97823f99c
3 changed files with 27 additions and 26 deletions

View File

@@ -19,7 +19,7 @@ from resolvers.draft import (
unpublish_draft,
update_draft,
)
from resolvers.editor import create_shout, delete_shout, update_shout
from resolvers.feed import (
load_shouts_coauthored,
load_shouts_discussed,
@@ -100,10 +100,6 @@ __all__ = [
"follow",
"unfollow",
"get_shout_followers",
# editor
"create_shout",
"update_shout",
"delete_shout",
# reaction
"create_reaction",
"update_reaction",