INPUT_OBJECT

UpdateDropBenefitOnDropInput

UpdateDropBenefitOnDropInput has fields required to update a drop's benefit.

link GraphQL Schema definition

1input UpdateDropBenefitOnDropInput {
4
2# The benefit to add to the drop.
3benefitID: ID!
7
5# How many times the drop can award the benefit.
6dropEntitlementLimit: Int!
10
8# The drop to add the benefit to.
9dropID: ID!
11}