OBJECT

CreateBitsChallengeConditionParticipantForExtensionPayload

CreateBitsChallengeConditionParticipantForExtensionPayload returns the new condition participant that was created.

link GraphQL Schema definition

1type CreateBitsChallengeConditionParticipantForExtensionPayload {
2
3# The newly created condition participant.
4conditionParticipant: ChallengeConditionParticipant
5
6# If present, there was an error in the request.
7error: CreateChallengeConditionParticipantError
8
9}