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