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
/
FieldLatency
Field
Latency
@
ApolloExperimental
class
FieldLatency
(
val
parentType
:
String
,
val
fieldName
:
String
,
val
durationMs
:
Double
)
Members
Constructors
Field
Latency
Link copied to clipboard
constructor
(
parentType
:
String
,
fieldName
:
String
,
durationMs
:
Double
)
Properties
duration
Ms
Link copied to clipboard
val
durationMs
:
Double
field
Name
Link copied to clipboard
val
fieldName
:
String
parent
Type
Link copied to clipboard
val
parentType
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String