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
/
PathErrorStats
/
copy
copy
fun
copy
(
children
:
Map
<
String
,
PathErrorStats
>
=
this.children
,
errors_count
:
Long
=
this.errors_count
,
requests_with_errors_count
:
Long
=
this.requests_with_errors_count
,
unknownFields
:
ByteString
=
this.unknownFields
)
:
PathErrorStats