I have an iOS app which needs to hit two different endpoints to fetch data. How to initiate ApolloClient with two different endpoints? I couldn’t find a straight answer in internet, any help is appreciated.
Note: Those endpoints belongs to two different teams and there is no way they can give me a router api or something like that.
I also cannot make a separate module/package exclusively for these. It breaks our existing app’s architecture .