The above image is what I am trying to achieve: fetch multiple Yelp businesses with their ids in one request (I have the ids ready in my hands). One important thing here is to be able to dynamically adjust the number of the businesses: sometimes I want to fetch 3, sometimes I want to fetch 10, etc.
I have gone through Apollo-iOS tutorial, and I was able to download the schema from Yelp API. Then I did some research on query batching/merging (not sure what it’s called), I have read this blog and this topic, but I am still not quite sure if this is doable in Apollo-iOS.
Has anyone done the similar thing before, or know if it’s doable? Any help would be appreciated!