Present

data class Present<out T>(val value: T?) : GraphQLData<T> (source)

The response contains a data entry.

Constructors

Link copied to clipboard
constructor(value: T?)

Properties

Link copied to clipboard
val value: T?

The decoded data, or null when the entry is data: null.