ENUM

ChallengeEffectType

The type of effect.

link GraphQL Schema definition

1enum ChallengeEffectType {
2
3# Type of effect that results in using a user's bits.
4USE_BITS
5
6# Unknown type.
7UNKNOWN
8}