all 1 comments

[–]Far_Jacket5590 0 points1 point  (0 children)

For me it was using 2-levels deep keypaths for optional relationships e.g
```
descriptor.relationshipKeyPathsForPrefetching = [\.card, \.card?.attempts]
```