Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 424 Bytes

readme.md

File metadata and controls

17 lines (13 loc) · 424 Bytes

SWQL

GraphQL example of the Star Wars API.

Built with:

  • Node
  • KOA
  • TypeScript
  • Apollo Server KOA

Usage

  1. Clone this thing
  2. cd to swql dir
  3. Build it with npm run build (or npm run build:watch if you want to watch for changes)
  4. Start it with npm run start (or npm run build:watch if you want to watch for changes)
  5. Play around in the GraphiQL playground.