toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-graphql
/
org.http4k.graphql
/
GraphQLRequest
Graph
QLRequest
data
class
GraphQLRequest
(
val
query
:
String
=
""
,
val
operationName
:
String
?
=
null
,
val
variables
:
Map
<
String
,
Any
>
?
=
emptyMap()
)
Members
Constructors
Graph
QLRequest
Link copied to clipboard
constructor
(
query
:
String
=
""
,
operationName
:
String
?
=
null
,
variables
:
Map
<
String
,
Any
>
?
=
emptyMap()
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
operation
Name
Link copied to clipboard
val
operationName
:
String
?
=
null
query
Link copied to clipboard
val
query
:
String
variables
Link copied to clipboard
val
variables
:
Map
<
String
,
Any
>
?