INPUT_OBJECT
SetDropTimeBasedRuleInput
SetDropTimeBasedRuleInput has fields required to update a drop's rule to a minutes watched based rule.
link GraphQL Schema definition
1 input SetDropTimeBasedRuleInput { 4 2 # The associated drop for the rule to update. 3 : ID! 8 5 # The ID of the drop that must be claimed before you can make progress on this 6 # drop. 7 : ID! 12 9 # The amount of minutes a viewer must have watched before they can claim this 10 # drop. 11 : Int! 13 }