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