So I hava record that contains a field which is an CKReference List.
Now I would like to fetch all referenced(by this list of CKReferences) records(from another type) in batch.
Any Ideas?
So I hava record that contains a field which is an CKReference List.
Now I would like to fetch all referenced(by this list of CKReferences) records(from another type) in batch.
Any Ideas?
Let's say you have a record "Company" and they have a CKReference List field named "Employees".
Doing the fetch for the Company is easy but once you have the companyRecord, you now want to fetch its Employees. You can do it like this: