Skip to content

Pipeline service Notes

Bad version of python module graphql-sync-dataloaders in container, so here is the hotfix:

sh
# force reinstall python module
python -m pip install git+https://github.com/loft-orbital/graphql-sync-dataloaders.git --force-reinstall

# Execute unittest
python manage.py test pipeline.tests.tests_location_data.LocationTest.test_query_space_location

# Update graphql schema
python -m manage graphql_schema --schema api.schema.schema --out D:\projects\admin-app\graphql\pipeline.graphql