diff --git a/resolvers/__init__.py b/resolvers/__init__.py index 699bc4c4..79086641 100644 --- a/resolvers/__init__.py +++ b/resolvers/__init__.py @@ -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