INPUT_OBJECT

RedeemClaimableInput

The input for claiming a key code.

link GraphQL Schema definition

1input RedeemClaimableInput {
5
2# Optional param for user's self-declared country of residence.
3# Currently only used for Gift Card Redemptions.
4countryOfResidence: String
8
6# The key code that needs to be claimed.
7keyCode: String!
9}