toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-graphql
/
org.http4k.graphql
/
GraphQLResponse
Graph
QLResponse
data
class
GraphQLResponse
(
val
data
:
Any
?
,
val
errors
:
List
<
Map
<
String
,
Any
>
>
?
)
Members
Constructors
Graph
QLResponse
Link copied to clipboard
constructor
(
data
:
Any
?
,
errors
:
List
<
Map
<
String
,
Any
>
>
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
data
Link copied to clipboard
val
data
:
Any
?
errors
Link copied to clipboard
val
errors
:
List
<
Map
<
String
,
Any
>
>
?