index-metric
All checks were successful
Deploy on push / deploy (push) Successful in 5m45s

This commit is contained in:
2025-08-30 21:20:01 +03:00
parent 906c9bbdf4
commit 98f625ec0d
2 changed files with 7 additions and 9 deletions

View File

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