subscriptionNetworkTransport
fun subscriptionNetworkTransport(subscriptionNetworkTransport: NetworkTransport?): ApolloClient.Builder
Configures the NetworkTransport to use for queries and mutations.
By default, an instance of WebSocketNetworkTransport using graphql-ws is created.