resolvers-renamed
Some checks failed
deploy / deploy (push) Failing after 1m7s

This commit is contained in:
2023-11-28 11:33:50 +03:00
parent 493f6106ab
commit 15139249f1
8 changed files with 34 additions and 34 deletions

View File

@@ -6,7 +6,7 @@ from resolvers.messages import (
update_message,
mark_as_read,
)
from resolvers.search import search_recipients
from resolvers.search import search_recipients, search_messages
__all__ = [
# inbox
@@ -21,4 +21,5 @@ __all__ = [
"mark_as_read",
"load_recipients",
"search_recipients",
"search_messages",
]