A wrapper around SWAPI built using graphql-js, with GraphiQL included for easy exploration.
Try it out at http://graphql-swapi.parseapp.com/graphiql/.
Install dependencies with
npm installThe SWAPI wrapper is in ./swapi. It can be tested with:
npm testA local express server is in ./server. It can be run with:
npm startA GraphiQL instance will be opened at http://localhost:8080/graphiql to explore the API.
A parse server is in ./parse. After adding a parse/src/config/global.json
file, it can be deployed with:
npm run deployA sample deploy is at http://graphql-swapi.parseapp.com/graphiql/