INPUT_OBJECT

CreateDropBenefitInput

CreateDropBenefitInput has fields required to create a drop benefit.

link GraphQL Schema definition

1input CreateDropBenefitInput {
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 display name of this benefit object.
9benefitName: String!
13
11# The global limit of how often this benefit can be entitled to a user.
12entitlementLimit: Int!
16
14# The game that awarded the Drop.
15gameID: ID!
19
17# Specifies if this reward is considered for a game that is available on iOS.
18isIosAvailable: Boolean
22
20# The RBAC organization ID of the owner.
21ownerID: ID!
23}