OBJECT

RedeemClaimablePayload

The payload returned after claiming a key code.

link GraphQL Schema definition

1type RedeemClaimablePayload {
2
3# Possible errors returned from the service for this mutation.
4error: RedeemClaimableError
5
6# The updated key information.
7key: Claimable
8
9}