feat: add service SDL resolver ... can be bad

This commit is contained in:
2023-10-06 01:54:47 -03:00
parent f449684bbf
commit 901e6c8090
5 changed files with 9 additions and 1 deletions

View File

@@ -127,5 +127,6 @@ load_resolvers = {
"loadRecipients": load_recipients,
"loadMessagesBy": load_messages_by,
"loadChats": load_chats,
"_service": resolve_service
}
}