simpler-parent-select

This commit is contained in:
2025-07-01 01:20:48 +03:00
parent 2683982180
commit bb41c02d62
18 changed files with 3281 additions and 49 deletions

View File

@@ -76,6 +76,8 @@ from resolvers.topic import (
get_topics_all,
get_topics_by_author,
get_topics_by_community,
merge_topics,
set_topic_parent,
)
events_register()
@@ -145,6 +147,7 @@ __all__ = [
"load_shouts_unrated",
"load_shouts_with_topic",
"login",
"merge_topics",
"notification_mark_seen",
"notifications_seen_after",
"notifications_seen_thread",
@@ -153,6 +156,7 @@ __all__ = [
"rate_author",
"register_by_email",
"send_link",
"set_topic_parent",
"unfollow",
"unpublish_draft",
"unpublish_shout",