OBJECT

ChallengeEffectSummary

A summary of effects attached to a particular condition in a particular state. Keys correspond to ChallengeEffectType enum.

link GraphQL Schema definition

1type ChallengeEffectSummary {
2
3# USE_BITS effects.
4useBits: ChallengeUseBitsEffectSummary
5
6}