Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 358 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 358 Bytes

GraphQL Star Wars

Another GraphQL example with Star Wars data.

Installation

$ pip install git+https://github.com/RomanAliyev/graphql-starwars.git

Usage example

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.