StringValue

data class StringValue(val value: String) : GraphQLValue(source)

JSON string value.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

The string payload.