- I have an array of
[PFObjects]calledrestaurantsArray. - Within Parse, there is a Class:
FoodPhotoswith pointers to RestaurantName (the objects inrestaurantsArray)
How can I query for all objects within FoodPhotos that contain the pointer to an object in restaurantsArray.
Class "FoodPhotos":

Basically I want to grab all the Food Photos that contain a pointer to an object in restaurantArray
FoodPhotoinstead ofFoodPhotos. An array calledfoodPhotoswould contain manyFoodPhotoobjects.