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

https://github.com/wayneseymour/getting-started

Graphql Learning Spike
https://github.com/wayneseymour/getting-started

graphql learning spike

Last synced: 6 months ago
JSON representation

Graphql Learning Spike

Awesome Lists containing this project

README

          

# GraphQL Learning Spike

### Use

Typcial yarn stuff
```shell
λ yarn # installs the deps
```

Run it
```shell
λ Q=hello node index.js # => { data: { hello: 'what up world' } }
λ Q=foo node index.js # => { data: { foo: 'bar' } }
```