davidpdrsn / juniper-eager-loading

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

Update to work with async juniper #58

Open davidpdrsn opened 3 years ago

davidpdrsn commented 3 years ago

This depends on updating juniper-from-schema first https://github.com/davidpdrsn/juniper-from-schema/issues/121.

davidpdrsn commented 3 years ago

Update: This is in the works here but I'm running into some tricky lifetime issues. I don't currently have much time to dig into it.