INPUT_OBJECT

SetDropEventRuleInput

SetDropEventRuleInput has the fields required to set an event based rule on a drop.

link GraphQL Schema definition

1input SetDropEventRuleInput {
4
2# How long the viewer has to claim their reward.
3claimDurationSeconds: Int!
7
5# The associated drop for the rule to update.
6dropID: ID!
10
8# The in-game conditions that must be met for the drop to trigger.
9eventRules: [DropEventConditionInput!]!
13
11# A textual description of what has to occur for the drop to trigger.
12questDescription: String!
16
14# Name of the drop.
15questName: String!
17}