fix(__init.py__): added created resolver in resolvers lists
All checks were successful
Deploy on push / deploy (push) Successful in 41s

This commit is contained in:
Stepan Vladovskiy 2025-04-29 19:40:20 -03:00
parent 98e3dff35e
commit b0296d7747

View File

@ -8,6 +8,7 @@ from resolvers.author import ( # search_authors,
get_author_id,
get_authors_all,
load_authors_by,
load_authors_search_resolver,
update_author,
)
from resolvers.community import get_communities_all, get_community
@ -71,6 +72,7 @@ __all__ = [
"get_author_follows_authors",
"get_authors_all",
"load_authors_by",
"load_authors_search_resolver",
"update_author",
## "search_authors",
# community