OBJECT

ChallengeEffect

An effect that will occur if a challenge condition participant is satisfied.

link GraphQL Schema definition

1type ChallengeEffect {
2
3# Details of the effect.
4details: ChallengeEffectDetails!
5
6# The type of effect.
7type: ChallengeEffectType!
8
9}