INPUT_OBJECT

CreateBitsChallengeConditionParticipantForExtensionInput

CreateBitsChallengeConditionParticipantForExtensionInput creates a Bits condition participant on behalf of a user by an extension.

link GraphQL Schema definition

1input CreateBitsChallengeConditionParticipantForExtensionInput {
4
2# Bits quantity to be held pending condition satisfaction.
3bitsAmount: Int!
7
5# ID of the associated condition.
6conditionID: ID!
10
8# TUID of condition owner.
9conditionOwnerID: ID!
13
11# ID of the extension creating the conditionParticipant.
12extensionID: ID!
17
14# Time in seconds, after which the conditionParticipant is expired and the Bits
15# are released (range: 1-43_200).
16ttlSeconds: Int!
18}