url

open override fun url(url: String?): ApolloClient.Builder

Configures the url to use for every request. This applies to every request, including subscriptions. This url is set in the request ExecutionContext and takes precedence over serverUrl and webSocketServerUrl. You may use an interceptor to change the url based on the incoming ApolloRequest.

See also


open override var url: String?