http4k-api-graphql
Toggle table of contents
6.20.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-api-graphql
http4k-api-graphql
/
org.http4k.graphql
/
GraphQLRequest
Graph
QLRequest
data
class
GraphQLRequest
(
val
query
:
String
=
""
,
val
operationName
:
String
?
=
null
,
val
variables
:
Map
<
String
,
Any
>
?
=
emptyMap()
)
(
source
)
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
?
query
Link copied to clipboard
val
query
:
String
variables
Link copied to clipboard
val
variables
:
Map
<
String
,
Any
>
?