Apollo iOS Client: Logging actual Request(query) and response

Hi,

I am creating my ApolloClient using RequestChainNetworkTransport and would like to know how can I log the actual request with query and actual response. I checked HTTPNetworkTransportDelegate …but couldnt find further details. Any pointers?