postmerge3
All checks were successful
Deploy on push / deploy (push) Successful in 6s

This commit is contained in:
Untone 2025-06-03 01:25:24 +03:00
parent 36ea07b8fc
commit 852cb6d653

View File

@ -1,8 +1,9 @@
import asyncio
import os
from collections.abc import AsyncGenerator
from importlib import import_module
from pathlib import Path
from typing import Any, AsyncGenerator
from typing import Any
from ariadne import load_schema_from_path, make_executable_schema
from ariadne.asgi import GraphQL