Skip to content
Snippets Groups Projects
Commit e58d1908 authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

rename graphql to graphql_api to fix name clashing

parent a769f9a7
No related branches found
No related tags found
1 merge request!208rename graphql to graphql_api to fix name clashing
Pipeline #86683 passed
...@@ -11,7 +11,7 @@ from orchestrator.graphql import SCALAR_OVERRIDES ...@@ -11,7 +11,7 @@ from orchestrator.graphql import SCALAR_OVERRIDES
import gso.products import gso.products
import gso.workflows # noqa: F401 import gso.workflows # noqa: F401
from gso.api import router as api_router from gso.api import router as api_router
from gso.graphql.types import GSO_SCALAR_OVERRIDES from gso.graphql_api.types import GSO_SCALAR_OVERRIDES
SCALAR_OVERRIDES.update(GSO_SCALAR_OVERRIDES) SCALAR_OVERRIDES.update(GSO_SCALAR_OVERRIDES)
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment