retrofit-graphql
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
retrofit-graphql
api
/
co.anitrend.retrofit.graphql.model
/
GraphQLValue
/
ListValue
List
Value
data
class
ListValue
(
val
values
:
List
<
GraphQLValue
>
)
:
GraphQLValue
(
source
)
JSON array value.
Members
Constructors
List
Value
Link copied to clipboard
constructor
(
values
:
List
<
GraphQLValue
>
)
Properties
values
Link copied to clipboard
val
values
:
List
<
GraphQLValue
>
The element values, each recursively a
GraphQLValue
.