fluid-graphql-execution
0.13.0
fluid-graphql-execution
/
io.fluidsonic.graphql
/
GNodeInputCoercerContext
GNode
Input
Coercer
Context
interface
GNodeInputCoercerContext
:
GInputCoercerContext
Content copied to clipboard
Functions
Properties
Functions
coerce
Node
Input
Link copied to clipboard
open
fun
<
Input
>
GNodeInputCoercer
<
Input
>
.
coerceNodeInput
(
input
:
Input
)
:
Any
?
Content copied to clipboard
invalid
Link copied to clipboard
abstract
fun
invalid
(
details
:
String
?
=
null
)
:
Nothing
Content copied to clipboard
next
Link copied to clipboard
abstract
fun
next
(
)
:
Any
?
Content copied to clipboard
Properties
argument
Definition
Link copied to clipboard
abstract
val
argumentDefinition
:
GArgumentDefinition
?
Content copied to clipboard
execution
Link copied to clipboard
abstract
val
execution
:
GExecutorContext
Content copied to clipboard
type
Link copied to clipboard
abstract
val
type
:
GType
Content copied to clipboard