okHttpClient

open fun okHttpClient(okHttpClient: OkHttpClient): ApolloClient.Builder

Set the OkHttpClient to use for making network requests.

Return

The Builder object to be used for chaining method calls

Parameters

okHttpClient

the client to use.