OBJECT

RedeemTrueXAdPayload

link GraphQL Schema definition

1type RedeemTrueXAdPayload {
2
3# currentUser is the authenticated user object which includes the updated `Wallet`
4# info after the message bits have been spent.
5currentUser: User
6
7# grantedBits is the number of bits the user earned from this engagement.
8grantedBits: Int!
9
10}