INPUT_OBJECT

UpdateDropBenefitInput

UpdateDropBenefitInput has fields required to update a drop benefit.

link GraphQL Schema definition

1input UpdateDropBenefitInput {
4
2# The redirect URL where a user can link their account.
3accountLinkURL: String!
7
5# The ID of this benefit object.
6benefitID: ID!
10
8# The global limit of how often this benefit can be entitled to a user.
9entitlementLimit: Int!
13
11# The game that awarded the Drop.
12gameID: ID!
16
14# Specifies if this reward is considered for a game that is available on iOS.
15isIosAvailable: Boolean
19
17# The display name of this benefit object.
18name: String!
22
20# The RBAC organization ID of the owner.
21ownerID: ID!
23}