OBJECT

CreateBitsChallengeConditionForExtensionPayload

CreateBitsChallengeConditionForExtensionPayload returns the new condition that was created.

link GraphQL Schema definition

1type CreateBitsChallengeConditionForExtensionPayload {
2
3# The newly created condition.
4condition: ChallengeCondition
5
6# If present, there was an error in the request.
7error: CreateChallengeConditionError
8
9}