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
/
Trace
/
QueryPlanNode
/
FetchNode
/
FetchNode
Fetch
Node
constructor
(
service_name
:
String
=
""
,
trace_parsing_failed
:
Boolean
=
false
,
trace
:
Trace
?
=
null
,
sent_time_offset
:
Long
=
0
,
sent_time
:
Instant
?
=
null
,
received_time
:
Instant
?
=
null
,
unknownFields
:
ByteString
=
ByteString.EMPTY
)