Another GraphQL example with Star Wars data.
$ pip install git+https://github.com/RomanAliyev/graphql-starwars.git
Enter the command to start up the local server:
$ python -m graphql_starwars.run_simple_server localhost 5000
Open http://localhost:5000/graphql
in your browser.