An open API service indexing awesome lists of open source software.

https://github.com/cottrellio/swql

GraphQL example of Star Wars API (Node, KOA, TS)
https://github.com/cottrellio/swql

Last synced: 8 months ago
JSON representation

GraphQL example of Star Wars API (Node, KOA, TS)

Awesome Lists containing this project

README

          

# 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](http://localhost:3000/graphiql/).