INPUT_OBJECT
CreateBitsChallengeConditionParticipantForExtensionInput
CreateBitsChallengeConditionParticipantForExtensionInput creates a Bits condition participant on behalf of a user by an extension.
link GraphQL Schema definition
1 input CreateBitsChallengeConditionParticipantForExtensionInput { 4 2 # Bits quantity to be held pending condition satisfaction. 3 : Int! 7 5 # ID of the associated condition. 6 : ID! 10 8 # TUID of condition owner. 9 : ID! 13 11 # ID of the extension creating the conditionParticipant. 12 : ID! 17 14 # Time in seconds, after which the conditionParticipant is expired and the Bits 15 # are released (range: 1-43_200). 16 : Int! 18 }