Querying to two different graphQL endpoints

Hi Guys I am using Apollo GraphQL Swift package, its working very well with one endpoint.

My problems is I need to call 2 graphQL endpoints which fetches different things. I am unable to find any docs related to this, Can’t figure this out for a long time now.

Hi @Shreyas_Papinwar :wave: - it sounds like you’ll need to create two different clients, one for each endpoint.