INPUT_OBJECT

SetDropManualTriggerRuleInput

SetDropManualTriggerRuleInput has the fields required to set a manual trigger based rule on a drop.

link GraphQL Schema definition

1input SetDropManualTriggerRuleInput {
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!
8}

link Required by

This element is not required by anyone