-
-
Notifications
You must be signed in to change notification settings - Fork 522
Closed
Labels
Description
Hi, I've got multiple clients setup and working, in that I can either set
apollo: { $client: 'a' or set client: 'a' in the query.
a) However, I want to be able to select the active client dynamically at runtime and have a query switch between the different clients. But setting client or $client to a property doesn't change the query when the client is updated. How can I do this?
b) I would like to be able to connect to multiple clients simultaneously within a component and display data from each clients. How can I do this?
Thanks for the great software :)