OBJECT

CreateChallengeConditionParticipantError

Create Challenge Condition Participant error.

link GraphQL Schema definition

1type CreateChallengeConditionParticipantError {
2
3# Code describing the error.
4code: CreateChallengeConditionParticipantErrorCode!
5
6}