circular-fix
Some checks failed
Deploy on push / deploy (push) Failing after 17s

This commit is contained in:
2025-08-17 16:33:54 +03:00
parent bc8447a444
commit e78e12eeee
65 changed files with 3304 additions and 1051 deletions

View File

@@ -1,4 +1,4 @@
from typing import Any, Optional
from typing import Any
import orjson
from graphql import GraphQLResolveInfo
@@ -400,7 +400,7 @@ def apply_filters(q: Select, filters: dict[str, Any]) -> Select:
@query.field("get_shout")
async def get_shout(_: None, info: GraphQLResolveInfo, slug: str = "", shout_id: int = 0) -> Optional[Shout]:
async def get_shout(_: None, info: GraphQLResolveInfo, slug: str = "", shout_id: int = 0) -> Shout | None:
"""
Получение публикации по slug или id.