davidpdrsn / juniper-eager-loading

Library for avoiding N+1 query bugs with Juniper
68 stars 8 forks source link

Simplify things by merging `child_ids` and `load_children` #28

Closed davidpdrsn closed 4 years ago

davidpdrsn commented 4 years ago

Fixes #27

TODO