For debug purposes on file uploads
cd strawberry_django_api
pipenv shell
pipenv install
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
cd graphqlMesh
yarn
npx mesh-compose > supergraph.graphql
DEBUG=1 npx hive-gateway supergraph supergraph.graphql