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
/
FieldStat
/
FieldStat
Field
Stat
constructor
(
return_type
:
String
=
""
,
errors_count
:
Long
=
0
,
observed_execution_count
:
Long
=
0
,
estimated_execution_count
:
Long
=
0
,
requests_with_errors_count
:
Long
=
0
,
latency_count
:
List
<
Long
>
=
emptyList()
,
unknownFields
:
ByteString
=
ByteString.EMPTY
)