graphqlerror-fix
Some checks failed
Deploy on push / deploy (push) Failing after 4s

This commit is contained in:
2025-07-25 10:13:26 +03:00
parent fb6ef4272d
commit 5855412065

View File

@@ -6,7 +6,7 @@ from pathlib import Path
from ariadne import load_schema_from_path, make_executable_schema from ariadne import load_schema_from_path, make_executable_schema
from ariadne.asgi import GraphQL from ariadne.asgi import GraphQL
from ariadne.graphql_core.error import GraphQLError from graphql import GraphQLError
from starlette.applications import Starlette from starlette.applications import Starlette
from starlette.middleware import Middleware from starlette.middleware import Middleware
from starlette.middleware.cors import CORSMiddleware from starlette.middleware.cors import CORSMiddleware