Skip to content

exAspArk/batch-loader-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Run:

bundle install
bundle exec rake db:create db:migrate db:seed
bundle exec rails s

Try:

curl 'http://localhost:3000/graphql' \
  -H 'Content-Type: application/json' \
  --data-binary '{"query":"{ posts { title user { name } } }"}'

About

Batch-loader + GraphQL example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published