Skip to content

Commit c256f76

Browse files
authored
Fix KDoc comment (#6353)
1 parent f97dd0a commit c256f76

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

libraries/apollo-runtime/src/commonMain/kotlin/com/apollographql/apollo/network/http/LoggingInterceptor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class LoggingInterceptor(
7474
* Post /graphql
7575
* X-APOLLO-OPERATION-ID: 9311
7676
* [end of headers]
77-
* {"operationName":"LaunchList","variables":{"cursor":"1584533760"},"query":"query LaunchList($cursor: String)}
77+
* {"operationName":"LaunchList","variables":{"cursor":"1584533760"},"query":"query LaunchList($cursor: String) { launches(after: $cursor) { cursor hasMore launches { id site mission { name missionPatch(size: SMALL) } } } }"}
7878
*
7979
* HTTP: 200
8080
* Content-Type: application/json; charset=utf-8

0 commit comments

Comments
 (0)