OBJECT

ChallengeConditionParticipantSummary

A summary of participants attached to a particular condition in a particular state.

link GraphQL Schema definition

1type ChallengeConditionParticipantSummary {
2
3# Summary of participant effects attached to a particular condition in a
4# particular state.
5effects: ChallengeEffectSummary
6
7# Total count of participants attached to a particular condition in a particular
8# state.
9total: Int!
10
11}