Does loading relationships in Embedded Resources causes N+1 query?

Question If I have an embedded resource and I want to load a relationship, using Ash.load does it creates an N+1 query problem?
2 Replies
ZachDaniel
ZachDaniel•2w ago
I think it might but I'd have to check Give it a shot 😅 Report back
paupau3849
paupau3849OP•2w ago
Yep, I was able to load the relationships I needed that is within the embedded resources.

Did you find this page helpful?