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