fluid-graphql-execution
0.13.0
fluid-graphql-execution
/
io.fluidsonic.graphql
/
GExecutorContextExtensionSet
/
Builder
Builder
interface
Builder
Content copied to clipboard
Types
Functions
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
build
Link copied to clipboard
abstract
fun
build
(
)
:
GExecutorContextExtensionSet
Content copied to clipboard
get
Link copied to clipboard
abstract
operator
fun
<
Value
:
Any
>
get
(
key
:
GExecutorContextExtensionKey
<
out
Value
>
)
:
Value
?
Content copied to clipboard
set
Link copied to clipboard
abstract
operator
fun
<
Value
:
Any
>
set
(
key
:
GExecutorContextExtensionKey
<
in
Value
>
,
value
:
Value
?
)
Content copied to clipboard
to
String
Link copied to clipboard
abstract
override
fun
toString
(
)
:
String
Content copied to clipboard