Skip to content

Commit de39feb

Browse files
authored
Update KDoc for subscriptionNetworkTransport (#6340)
1 parent a6a8fac commit de39feb

File tree

1 file changed

+1
-1
lines changed
  • libraries/apollo-runtime/src/commonMain/kotlin/com/apollographql/apollo

1 file changed

+1
-1
lines changed

libraries/apollo-runtime/src/commonMain/kotlin/com/apollographql/apollo/ApolloClient.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ private constructor(
733733
}
734734

735735
/**
736-
* Configures the [NetworkTransport] to use for queries and mutations.
736+
* Configures the [NetworkTransport] to use for subscriptions.
737737
*
738738
* By default, an instance of [WebSocketNetworkTransport] using [graphql-ws](https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md) is created.
739739
*

0 commit comments

Comments
 (0)