INPUT_OBJECT
RedeemRitualTokenInput
RedeemRitualTokenInput is the input when redeeming a ritual token.
link GraphQL Schema definition
1 input RedeemRitualTokenInput { 4 2 # The channel to redeem the token in. 3 : ID! 7 5 # User-specified text to send with the token redemption. 6 : String 10 8 # The type of ritual to be redeemed. 9 : RitualTokenType! 11 }