https://github.com/igorhalfeld/graphql-example
A simple graphql use example.
https://github.com/igorhalfeld/graphql-example
Last synced: 9 months ago
JSON representation
A simple graphql use example.
- Host: GitHub
- URL: https://github.com/igorhalfeld/graphql-example
- Owner: IgorHalfeld
- Created: 2016-11-26T06:17:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-26T08:54:12.000Z (over 9 years ago)
- Last Synced: 2025-03-02T22:32:44.680Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A GraphQL example.
> Talk at @GDGDuqueDeCaxias, the slide are [here](https://docs.google.com/presentation/d/1Bp2Z13ZE4MicJ15v-k-APT5swb2gJcZgokIHuaX7QWg/edit?usp=sharing).
**better example [here](https://github.com/Halfeld/graphql-example/tree/advanced)**
### Setup
```
npm install
npm start
```