GraphQL example of the Star Wars API.
Built with:
- Node
- KOA
- TypeScript
- Apollo Server KOA
- Clone this thing
- cd to
swql
dir - Build it with
npm run build
(ornpm run build:watch
if you want to watch for changes) - Start it with
npm run start
(ornpm run build:watch
if you want to watch for changes) - Play around in the GraphiQL playground.