You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/apollo-runtime/src/commonMain/kotlin/com/apollographql/apollo/ApolloClient.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -733,7 +733,7 @@ private constructor(
733
733
}
734
734
735
735
/**
736
-
* Configures the [NetworkTransport] to use for queries and mutations.
736
+
* Configures the [NetworkTransport] to use for subscriptions.
737
737
*
738
738
* By default, an instance of [WebSocketNetworkTransport] using [graphql-ws](https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md) is created.
0 commit comments