fluid-graphql-dsl
0.14.0
fluid-graphql-dsl
/
io.fluidsonic.graphql
/
GraphQLArgumentsBuilderScope
Graph
QLArguments
Builder
Scope
interface
GraphQLArgumentsBuilderScope
:
GraphQLValueContainerScope
Content copied to clipboard
Functions
Inheritors
Functions
enum
Link copied to clipboard
open
fun
enum
(
name
:
String
)
:
GEnumValue
Content copied to clipboard
to
Link copied to clipboard
open
infix
fun
<
A
,
B
>
A
.
to
(
that
:
B
)
Content copied to clipboard
abstract
infix
fun
String
.
to
(
value
:
GValue
)
Content copied to clipboard
open
infix
fun
String
.
to
(
value
:
Boolean
)
Content copied to clipboard
open
infix
fun
String
.
to
(
value
:
Boolean
?
)
Content copied to clipboard
open
infix
fun
String
.
to
(
value
:
Byte
)
Content copied to clipboard
open
infix
fun
String
.
to
(
value
:
Byte
?
)
Content copied to clipboard
open
infix
fun
String
.
to
(
value
:
Double
)
Content copied to clipboard
open
infix
fun
String
.
to
(
value
:
Double
?
)
Content copied to clipboard
open
infix
fun
String
.
to
(
value
:
Float
)
Content copied to clipboard
open
infix
fun
String
.
to
(
value
:
Float
?
)
Content copied to clipboard
open
infix
fun
String
.
to
(
configure
:
GraphQLArgumentsBuilder
.
(
)
->
Unit
)
Content copied to clipboard
open
infix
fun
String
.
to
(
value
:
Int
)
Content copied to clipboard
open
infix
fun
String
.
to
(
value
:
Int
?
)
Content copied to clipboard
open
infix
fun
String
.
to
(
value
:
Nothing
?
)
Content copied to clipboard
open
infix
fun
String
.
to
(
value
:
Short
)
Content copied to clipboard
open
infix
fun
String
.
to
(
value
:
Short
?
)
Content copied to clipboard
open
infix
fun
String
.
to
(
value
:
String
?
)
Content copied to clipboard
open
infix
fun
String
.
to
(
value
:
UByte
)
Content copied to clipboard
open
infix
fun
String
.
to
(
value
:
UByte
?
)
Content copied to clipboard
open
infix
fun
String
.
to
(
value
:
UShort
)
Content copied to clipboard
open
infix
fun
String
.
to
(
value
:
UShort
?
)
Content copied to clipboard
variable
Link copied to clipboard
open
fun
variable
(
name
:
String
)
:
GVariableRef
Content copied to clipboard
Inheritors
GraphQLArgumentsBuilder
Link copied to clipboard