INPUT_OBJECT
ExtensionChallengeConditionsInput
Parameters for filtering ChallengeConditions.
link GraphQL Schema definition
1 input ExtensionChallengeConditionsInput { 4 2 # TUID of condition owner. This will typically be the broadcaster's user ID. 3 : ID! 7 5 # Filter conditions with this state. 6 : ChallengeConditionState! 8 }