apollo-kotlin-execution
Toggle table of contents
0.1.2-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
apollo-kotlin-execution
apollo-execution-reporting
/
com.apollographql.execution.reporting
/
ContextualizedStats
/
copy
copy
fun
copy
(
context
:
StatsContext
?
=
this.context
,
query_latency_stats
:
QueryLatencyStats
?
=
this.query_latency_stats
,
per_type_stat
:
Map
<
String
,
TypeStat
>
=
this.per_type_stat
,
unknownFields
:
ByteString
=
this.unknownFields
)
:
ContextualizedStats