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
/
ApolloReportingOperationContext
Apollo
Reporting
Operation
Context
class
ApolloReportingOperationContext
(
clientName
:
String
?
=
null
,
clientVersion
:
String
?
=
null
)
:
ExecutionContext.Element
Members
Constructors
Apollo
Reporting
Operation
Context
Link copied to clipboard
constructor
(
clientName
:
String
?
=
null
,
clientVersion
:
String
?
=
null
)
Types
Key
Link copied to clipboard
object
Key
:
ExecutionContext.Key
<
ApolloReportingOperationContext
>
Properties
key
Link copied to clipboard
open
override
val
key
:
ApolloReportingOperationContext.Key
Functions
before
Field
Link copied to clipboard
fun
beforeField
(
info
:
ResolveInfo
)
:
FieldCallback
?
fold
Link copied to clipboard
open
override
fun
<
R
>
fold
(
initial
:
R
,
operation
:
(
R
,
ExecutionContext.Element
)
->
R
)
:
R
get
Link copied to clipboard
open
operator override
fun
<
E
:
ExecutionContext.Element
>
get
(
key
:
ExecutionContext.Key
<
E
>
)
:
E
?
minus
Key
Link copied to clipboard
open
override
fun
minusKey
(
key
:
ExecutionContext.Key
<
*
>
)
:
ExecutionContext
plus
Link copied to clipboard
open
operator
fun
plus
(
context
:
ExecutionContext
)
:
ExecutionContext
to
Proto
Trace
Link copied to clipboard
fun
toProtoTrace
(
)
:
Trace