NumberValue

data class NumberValue(val value: BigDecimal) : GraphQLValue(source)

JSON number value with full decimal precision.

Constructors

Link copied to clipboard
constructor(value: BigDecimal)

Properties

Link copied to clipboard

The number payload, preserved exactly as BigDecimal.