# useApolloClient ## Parameters - `clientId`: (default: `null`) Id of the client that should be used if you have provided multiple clients. ## Return - `resolveClient(clientId)`: a function that returns the corresponding `ApolloClient` instance. ## Example ```vue ```