Initializes the Apollo data client and returns the configured ApolloClient instance.
This is preferred instead of createDataClient when you want the Client instance to inject the token into the ApolloClient.
Param: dataClientOptions
Custom options object for Apollo dataclient initialization.
Returns
A promise which resolves to a Apollo Client instance
Initializes the Apollo data client and returns the configured ApolloClient instance. This is preferred instead of
createDataClientwhen you want the Client instance to inject the token into the ApolloClient.Param: dataClientOptions
Custom options object for Apollo dataclient initialization.
Returns
A promise which resolves to a Apollo Client instance
Throws
Example