Skip to content

Commit

Permalink
remove graphql
Browse files Browse the repository at this point in the history
Signed-off-by: Huong Nguyen <[email protected]>
  • Loading branch information
Huong Nguyen committed Jan 17, 2025
1 parent 023965e commit 54f512c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 72 deletions.
2 changes: 0 additions & 2 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 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.

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

This file was deleted.

12 changes: 0 additions & 12 deletions package/kedro_viz/api/graphql/types.py

This file was deleted.

0 comments on commit 54f512c

Please sign in to comment.