Skip to main content

RuleValue

Data type to represent the value of a rule, can be a string, number or boolean

type RuleValue {
data: String!
type: RuleValueType!
}

Fields

RuleValue.data ● String! non-null scalar

Data of the value, i.e. 5

RuleValue.type ● RuleValueType! non-null enum

Type of the value

Member Of

Rule object