From b0296d774704e8eae93db5916c7edc66f07ecd07 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Tue, 29 Apr 2025 19:40:20 -0300 Subject: [PATCH] fix(__init.py__): added created resolver in resolvers lists --- resolvers/__init__.py | 2 ++ 1 file changed, 2 insertions(+) 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