ArunVicky001
ArunVicky001
I am also facing the same issue, is this issue resolved in the lower end OS?
I am currently using apollo client 1.2.0 ios version, but query batching is not available though. Could you please update on this
@calvincestari which means we need to make change in the query itself right?
Got it, on other hand can we implement like this? ``` import Apollo let apolloClient = ApolloClient(url: URL(string: "https://api.graphql.org/")!) let query1 = """ query { viewer { name } }...
What is the update? Any luck for query batching
@BobaFetters Thanks for your response..
Hi @calvincestari is there is any possibility to have cache based on the user session. Since I am supporting login and logout feature along with `InMemoryNormalizedCache` caching. is there is...
@calvincestari Thanks for your response
@calvincestari @AnthonyMDev That's nice to hear, meanwhile I had implemented this from my side. Thanks you.