INPUT_OBJECT

SetDropTimeBasedRuleInput

SetDropTimeBasedRuleInput has fields required to update a drop's rule to a minutes watched based rule.

link GraphQL Schema definition

1input SetDropTimeBasedRuleInput {
4
2# The associated drop for the rule to update.
3dropID: ID!
8
5# The ID of the drop that must be claimed before you can make progress on this
6# drop.
7preconditionDropID: ID!
12
9# The amount of minutes a viewer must have watched before they can claim this
10# drop.
11requiredMinutesWatched: Int!
13}