ListValue

data class ListValue(val values: List<GraphQLValue>) : GraphQLValue(source)

JSON array value.

Constructors

Link copied to clipboard
constructor(values: List<GraphQLValue>)

Properties

Link copied to clipboard

The element values, each recursively a GraphQLValue.