search-index-metric

This commit is contained in:
2025-08-30 21:18:48 +03:00
parent f71a5bcdea
commit 906c9bbdf4
2 changed files with 32 additions and 2 deletions

View File

@@ -74,6 +74,7 @@ graphql_app = GraphQL(
# Оборачиваем GraphQL-обработчик для лучшей обработки ошибок
async def graphql_handler(request: Request) -> Response:
"""
Обработчик GraphQL запросов с поддержкой middleware и обработкой ошибок.