INPUT_OBJECT
SetDropEventRuleInput
SetDropEventRuleInput has the fields required to set an event based rule on a drop.
link GraphQL Schema definition
1 input SetDropEventRuleInput { 4 2 # How long the viewer has to claim their reward. 3 : Int! 7 5 # The associated drop for the rule to update. 6 : ID! 10 8 # The in-game conditions that must be met for the drop to trigger. 9 : [DropEventConditionInput!]! 13 11 # A textual description of what has to occur for the drop to trigger. 12 : String! 16 14 # Name of the drop. 15 : String! 17 }