fluid-graphql-dsl
0.14.0
fluid-graphql-dsl
/
io.fluidsonic.graphql
/
GraphQLArgumentsBuilder
Graph
QLArguments
Builder
interface
GraphQLArgumentsBuilder
:
GraphQLArgumentsBuilderScope
Content copied to clipboard
Functions
Functions
argument
Link copied to clipboard
abstract
fun
argument
(
argument
:
GArgument
)
Content copied to clipboard
build
Link copied to clipboard
abstract
fun
build
(
)
:
List
<
GArgument
>
Content copied to clipboard
enum
Link copied to clipboard
open
fun
enum
(
name
:
String
)
:
GEnumValue
Content copied to clipboard
to
Link copied to clipboard
open
infix override
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
(
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