Skip to content

wayneseymour/getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Learning Spike

Use

Typcial yarn stuff

λ yarn # installs the deps

Run it

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

Releases

No releases published

Packages

No packages published