Say we have A <-->> B <-->> C. We have multiple A entities, and C entities have an attribute called label. How can I find all A entities that contain C entities that contain @"1234"?
I saw this SUBQUERY in core data and it works great, but I'm basically trying to go one level deeper.
How could I achieve that?
thank you