resolvers-import-fix
This commit is contained in:
@@ -3,13 +3,10 @@ import json
|
||||
from services.core import get_author
|
||||
from services.redis import redis
|
||||
from services.auth import login_required
|
||||
from services.schema import query
|
||||
from .chats import create_chat
|
||||
from .unread import get_unread_counter
|
||||
|
||||
from ariadne import QueryType
|
||||
|
||||
query = QueryType()
|
||||
|
||||
|
||||
# NOTE: not an API handler
|
||||
async def load_messages(chat_id: str, limit: int = 5, offset: int = 0, ids=[]):
|
||||
|
Reference in New Issue
Block a user