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

https://github.com/calitb/sample-graphql-server

Sample of Apollo GraphQL Server
https://github.com/calitb/sample-graphql-server

apollographql graphql-server nodejs

Last synced: 9 months ago
JSON representation

Sample of Apollo GraphQL Server

Awesome Lists containing this project

README

          

# GraphQL Server

Based on: [https://github.com/lucasbento/graphql-pokemon](https://github.com/lucasbento/graphql-pokemon)

To start run

```
npm i
npm start
```

Then open [http://localhost/graphql](http://localhost/graphql) in your browser.