OBJECT
BitsKeyCode
The Bits Key Code that can be claimed to add bits to a user's account.
link GraphQL Schema definition
1 type BitsKeyCode implements Claimable { 2 3 # A description of what is claimable for the bits key code. 4 : String! 5 6 # The ID of the bits key code. 7 : ID! 8 9 # The field that gives us claim information for the logged in user. 10 : SelfClaimEdge 11 12 # The type is `ClaimableType.BITS_KEY_CODE`. 13 : ClaimableType! 14 15 }
link Required by
This element is not required by anyone