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: apollo-execution-reporting/api/apollo-execution-reporting.klib.api
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -11,22 +11,22 @@ final class com.apollographql.execution.reporting/ApolloOperationTracing { // co
11
11
final fun beforeField(com.apollographql.execution/ResolveInfo): com.apollographql.execution/FieldCallback? // com.apollographql.execution.reporting/ApolloOperationTracing.beforeField|beforeField(com.apollographql.execution.ResolveInfo){}[0]
12
12
final fun toProtoTrace(): com.apollographql.execution.reporting/Trace // com.apollographql.execution.reporting/ApolloOperationTracing.toProtoTrace|toProtoTrace(){}[0]
13
13
}
14
-
final class com.apollographql.execution.reporting/ApolloReportsInstrumentation : com.apollographql.execution/Instrumentation { // com.apollographql.execution.reporting/ApolloReportsInstrumentation|null[0]
final fun onField(com.apollographql.execution/ResolveInfo): com.apollographql.execution/FieldCallback? // com.apollographql.execution.reporting/ApolloReportsInstrumentation.onField|onField(com.apollographql.execution.ResolveInfo){}[0]
17
-
final fun onOperation(com.apollographql.execution/OperationInfo): com.apollographql.execution/OperationCallback? // com.apollographql.execution.reporting/ApolloReportsInstrumentation.onOperation|onOperation(com.apollographql.execution.OperationInfo){}[0]
18
-
final val apolloKey // com.apollographql.execution.reporting/ApolloReportsInstrumentation.apolloKey|{}apolloKey[0]
19
-
final fun <get-apolloKey>(): kotlin/String? // com.apollographql.execution.reporting/ApolloReportsInstrumentation.apolloKey.<get-apolloKey>|<get-apolloKey>(){}[0]
20
-
final val client // com.apollographql.execution.reporting/ApolloReportsInstrumentation.client|{}client[0]
21
-
final fun <get-client>(): io.ktor.client/HttpClient // com.apollographql.execution.reporting/ApolloReportsInstrumentation.client.<get-client>|<get-client>(){}[0]
14
+
final class com.apollographql.execution.reporting/ApolloReportingInstrumentation : com.apollographql.execution/Instrumentation { // com.apollographql.execution.reporting/ApolloReportingInstrumentation|null[0]
final fun onField(com.apollographql.execution/ResolveInfo): com.apollographql.execution/FieldCallback? // com.apollographql.execution.reporting/ApolloReportingInstrumentation.onField|onField(com.apollographql.execution.ResolveInfo){}[0]
17
+
final fun onOperation(com.apollographql.execution/OperationInfo): com.apollographql.execution/OperationCallback? // com.apollographql.execution.reporting/ApolloReportingInstrumentation.onOperation|onOperation(com.apollographql.execution.OperationInfo){}[0]
18
+
final val apolloKey // com.apollographql.execution.reporting/ApolloReportingInstrumentation.apolloKey|{}apolloKey[0]
19
+
final fun <get-apolloKey>(): kotlin/String? // com.apollographql.execution.reporting/ApolloReportingInstrumentation.apolloKey.<get-apolloKey>|<get-apolloKey>(){}[0]
20
+
final val client // com.apollographql.execution.reporting/ApolloReportingInstrumentation.client|{}client[0]
21
+
final fun <get-client>(): io.ktor.client/HttpClient // com.apollographql.execution.reporting/ApolloReportingInstrumentation.client.<get-client>|<get-client>(){}[0]
22
22
}
23
-
final class com.apollographql.execution.reporting/ApolloReportsOperationContext : com.apollographql.apollo.api/ExecutionContext.Element { // com.apollographql.execution.reporting/ApolloReportsOperationContext|null[0]
final object Key : com.apollographql.apollo.api/ExecutionContext.Key<com.apollographql.execution.reporting/ApolloReportsOperationContext> // com.apollographql.execution.reporting/ApolloReportsOperationContext.Key|null[0]
26
-
final val apolloOperationTracing // com.apollographql.execution.reporting/ApolloReportsOperationContext.apolloOperationTracing|{}apolloOperationTracing[0]
27
-
final fun <get-apolloOperationTracing>(): com.apollographql.execution.reporting/ApolloOperationTracing // com.apollographql.execution.reporting/ApolloReportsOperationContext.apolloOperationTracing.<get-apolloOperationTracing>|<get-apolloOperationTracing>(){}[0]
28
-
final val key // com.apollographql.execution.reporting/ApolloReportsOperationContext.key|{}key[0]
29
-
final fun <get-key>(): com.apollographql.execution.reporting/ApolloReportsOperationContext.Key // com.apollographql.execution.reporting/ApolloReportsOperationContext.key.<get-key>|<get-key>(){}[0]
23
+
final class com.apollographql.execution.reporting/ApolloReportingOperationContext : com.apollographql.apollo.api/ExecutionContext.Element { // com.apollographql.execution.reporting/ApolloReportingOperationContext|null[0]
final object Key : com.apollographql.apollo.api/ExecutionContext.Key<com.apollographql.execution.reporting/ApolloReportingOperationContext> // com.apollographql.execution.reporting/ApolloReportingOperationContext.Key|null[0]
26
+
final val apolloOperationTracing // com.apollographql.execution.reporting/ApolloReportingOperationContext.apolloOperationTracing|{}apolloOperationTracing[0]
27
+
final fun <get-apolloOperationTracing>(): com.apollographql.execution.reporting/ApolloOperationTracing // com.apollographql.execution.reporting/ApolloReportingOperationContext.apolloOperationTracing.<get-apolloOperationTracing>|<get-apolloOperationTracing>(){}[0]
28
+
final val key // com.apollographql.execution.reporting/ApolloReportingOperationContext.key|{}key[0]
29
+
final fun <get-key>(): com.apollographql.execution.reporting/ApolloReportingOperationContext.Key // com.apollographql.execution.reporting/ApolloReportingOperationContext.key.<get-key>|<get-key>(){}[0]
30
30
}
31
31
final class com.apollographql.execution.reporting/ContextualizedQueryLatencyStats : com.squareup.wire/Message<com.apollographql.execution.reporting/ContextualizedQueryLatencyStats, kotlin/Nothing> { // com.apollographql.execution.reporting/ContextualizedQueryLatencyStats|null[0]
Copy file name to clipboardExpand all lines: apollo-execution-reporting/src/commonMain/kotlin/com/apollographql/execution/reporting/ApolloReportingInstrumentation.kt
Copy file name to clipboardExpand all lines: apollo-execution-reporting/src/commonMain/kotlin/com/apollographql/execution/reporting/ApolloReportingOperationContext.kt
0 commit comments