You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, can multiple Apollo instances be created to connect them to different APIs? If so, can you please provide an example of the implementation? Thanks in advance
The text was updated successfully, but these errors were encountered:
For RSC, you could call registerApolloClient multiple times.
In Client Components, this is currently not possible.
Generally, in most cases where you have to access multiple APIs, you would use the same Apollo Client instance and decide in the link chain, which API should be queried for it - assuming both APIs do not have overlap in types.
Hi, can multiple Apollo instances be created to connect them to different APIs? If so, can you please provide an example of the implementation? Thanks in advance
The text was updated successfully, but these errors were encountered: