juniper-eager-loading
juniper-eager-loading copied to clipboard
Breaking change in 0.5.1
After updating to v0.5.1 from v0.5.0 using #[has_many_through(skip)]
results in:
error: '#[has_many_through]' missing 'join_model'
Additionally juniper_eager_loading::GraphqlNodeForModel
does not get generated for structs having such errors.
It seems adding join_model
to #[has_many_through(skip)]
solves the issue.