ktorClient

fun ApolloClient.Builder.ktorClient(httpClient: HttpClient): ApolloClient.Builder

Configures the ApolloClient to use the Ktor HttpClient for network requests. The HttpClient will be used for both HTTP and WebSocket requests.

See also ApolloClient.Builder.httpEngine and ApolloClient.Builder.webSocketEngine