This example project demos integration between Graphene (Python Framework for GraphQL), Flask and SQLAlchemy.
Create a virtualenv (optional):
virtualenv venv
source venv/bin/activate
Run the docker container:
docker-compose up -d
Navigate to the web UI:
open http://localhost:5000/graphql