Skip to content

Commit

Permalink
remove graphql and its tests
Browse files Browse the repository at this point in the history
Signed-off-by: Huong Nguyen <[email protected]>
  • Loading branch information
Huong Nguyen committed Dec 5, 2024
1 parent 2c92a9e commit fcca42f
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 1,388 deletions.
3 changes: 0 additions & 3 deletions package/kedro_viz/api/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from kedro_viz.api.rest.responses.utils import EnhancedORJSONResponse
from kedro_viz.integrations.kedro import telemetry as kedro_telemetry

from .graphql.router import router as graphql_router
from .rest.router import router as rest_router

_HTML_DIR = Path(__file__).parent.parent.absolute() / "html"
Expand Down Expand Up @@ -63,7 +62,6 @@ def create_api_app_from_project(
"""
app = _create_base_api_app()
app.include_router(rest_router)
app.include_router(graphql_router)

# Check for html directory existence.
if Path(_HTML_DIR).is_dir():
Expand All @@ -81,7 +79,6 @@ async def favicon():
return FileResponse(_HTML_DIR / "favicon.ico")

@app.get("/")
@app.get("/experiment-tracking")
async def index():
heap_app_id = kedro_telemetry.get_heap_app_id(project_path)
heap_user_identity = kedro_telemetry.get_heap_identity()
Expand Down
1 change: 0 additions & 1 deletion package/kedro_viz/api/graphql/__init__.py

This file was deleted.

18 changes: 0 additions & 18 deletions package/kedro_viz/api/graphql/router.py

This file was deleted.

178 changes: 0 additions & 178 deletions package/kedro_viz/api/graphql/schema.py

This file was deleted.

Loading

0 comments on commit fcca42f

Please sign in to comment.