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

https://github.com/yoriiis/graphql-apollo-swapi

GraphQL & Apollo with SWAPI. Server playground and client included! 🚀
https://github.com/yoriiis/graphql-apollo-swapi

apollo graphql query rest-api swapi

Last synced: 2 months ago
JSON representation

GraphQL & Apollo with SWAPI. Server playground and client included! 🚀

Awesome Lists containing this project

README

        

# GraphQL & Apollo Swapi

GraphQL & Apollo with SWAPI full server and client.

![GraphQL Playground](./screenshots/graphql-playground.jpg)

## Demo

Online demo is available on [https://graphql-apollo-swapi.vercel.app](https://graphql-apollo-swapi.vercel.app).

## Server

Available npm scripts:

* `npm run start:server` - Run GraphQL playground server
* `npm run start:server:watch` - Run GraphQL playground server width Nodemon

## Client

Available npm scripts:

* `npm run start:client` - Run GraphQL client
* `npm run start:client:watch` - Run GraphQL client width Nodemon

## Licence 🤞

`graphql-apollo-swapi` is licensed under the [MIT License](http://opensource.org/licenses/MIT).

Created with ♥ by [@yoriiis](http://github.com/yoriiis).