OBJECT
ChallengeEffectSettings
Settings that define how effects will be processed when a condition is satisfied.
link GraphQL Schema definition
1 type ChallengeEffectSettings { 2 3 # Details of the effect settings. 4 : ChallengeEffectSettingsDetails! 5 6 # The type of effect. 7 : ChallengeEffectType! 8 9 }