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
/
Report
/
Report
Report
constructor
(
header_
:
ReportHeader
?
=
null
,
traces_per_query
:
Map
<
String
,
TracesAndStats
>
=
emptyMap()
,
end_time
:
Instant
?
=
null
,
operation_count
:
Long
=
0
,
traces_pre_aggregated
:
Boolean
=
false
,
unknownFields
:
ByteString
=
ByteString.EMPTY
)