OBJECT

ChallengeEffectSettings

Settings that define how effects will be processed when a condition is satisfied.

link GraphQL Schema definition

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