onResponse

abstract fun onResponse(@NotNull response: ApolloResponse<D>)

Gets called when a response is available.

If there was a network error, exception will be non-null.

Parameters

response

the response.