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-subgraph
/
com.apollographql.execution.subgraph
/
Ftv1Context
Ftv1Context
class
Ftv1Context
:
ExecutionContext.Element
Members
Constructors
Ftv1Context
Link copied to clipboard
constructor
(
)
Types
Key
Link copied to clipboard
object
Key
:
ExecutionContext.Key
<
Ftv1Context
>
Properties
apollo
Operation
Tracing
Link copied to clipboard
val
apolloOperationTracing
:
ApolloOperationTracing
key
Link copied to clipboard
open
override
val
key
:
Ftv1Context.Key
Functions
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