SimulatedSkipReason
If a SignupRankedChoice would be skipped if executed now, the reason why it would be skipped.
type SimulatedSkipReason {
extra: JSON!
reason: RankedChoiceDecisionReason!
}
Fields
SimulatedSkipReason.extra
● JSON!
non-null scalar
Any additional data the attached to this skip.
SimulatedSkipReason.reason
● RankedChoiceDecisionReason!
non-null enum
The reason this choice would be skipped, if any.
Member Of
SignupRankedChoice
object