fluid-graphql-dsl
0.14.0
fluid-graphql-dsl
/
io.fluidsonic.graphql
/
GraphQLArgumentsBuilderScope
/
to
to
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
(
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
:
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
open
infix
fun
String
.
to
(
value
:
String
?
)
Content copied to clipboard
abstract
infix
fun
String
.
to
(
value
:
GValue
)
Content copied to clipboard
open
infix
fun
<
A
,
B
>
A
.
to
(
that
:
B
)
Content copied to clipboard
open
infix
fun
String
.
to
(
configure
:
GraphQLArgumentsBuilder
.
(
)
->
Unit
)
Content copied to clipboard