We are using ApolloClient in our mobile app.
Is it a good idea to have multiple instances of ApolloClient via:
new ApolloClient, given to different ApolloProvider used within our app. Some screens live in separate codebase.
This is because the apollo client singleton management becomes tricky.
Is there any suggestion here?