OBJECT
GiftCardCodeSelfClaimEdge
User edge relating the pin's status to the user.
link GraphQL Schema definition
1 type GiftCardCodeSelfClaimEdge implements SelfClaimEdge { 2 3 # If the user is eligible to claim the key code. 4 : Boolean! 5 6 # Nullable field for the country where the user redeemed the claimable. 7 : String 8 9 # The user ID that is claiming the code. 10 : ID! 11 12 # Nullable status code for if the user cannot claim the key code. 13 : String 14 15 }
link Required by
This element is not required by anyone