apollo-kdoc
Toggle table of contents
4.1.2-SNAPSHOT
Select version
4.1.2-SNAPSHOT
3.8.2
jvm
Platform filter
jvm
Switch theme
Search in API
apollo-kdoc
apollo-tooling
/
com.apollographql.apollo.tooling
/
FieldInsights
/
FieldLatencies
Field
Latencies
@
ApolloExperimental
class
FieldLatencies
(
val
fieldLatencies
:
List
<
FieldInsights.FieldLatencies.FieldLatency
>
)
:
FieldInsights.FieldLatenciesResult
Members
Constructors
Field
Latencies
Link copied to clipboard
constructor
(
fieldLatencies
:
List
<
FieldInsights.FieldLatencies.FieldLatency
>
)
Types
Field
Latency
Link copied to clipboard
@
ApolloExperimental
class
FieldLatency
(
val
parentType
:
String
,
val
fieldName
:
String
,
val
durationMs
:
Double
)
Properties
field
Latencies
Link copied to clipboard
val
fieldLatencies
:
List
<
FieldInsights.FieldLatencies.FieldLatency
>
Functions
get
Latency
Link copied to clipboard
fun
getLatency
(
parentType
:
String
,
fieldName
:
String
)
:
Double
?
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String