DebuggableNetworkTransport
public protocol DebuggableNetworkTransport : NetworkTransport
DebuggableNetworkTransport
is a bridge between ApolloDebugServer
and ApolloClient
.
You should instantiate both ApolloDebugServer
and ApolloClient
with the same instance of this class.
-
Undocumented
Declaration
Swift
var delegate: DebuggableNetworkTransportDelegate? { get set }