A simple test of the Strawberry, a GraphQL library for Python.
python -m venv virtualenv
source virtaulenv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload
A simple test of the Strawberry, a GraphQL library for Python.
python -m venv virtualenv
source virtaulenv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload