Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 266 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 266 Bytes

Possible bug in dataloader

When dataloader is used in a type, the order of resulted fields pass to be different than the requested one.

This small app shows it.

How to run

$ bundle install
$ bin/rails db:create
$ bin/rails db:migrate
$ bin/rspec