OBJECT

SetBitsUserSettingsPayload

Payload for set bits user settings mutation.

link GraphQL Schema definition

1type SetBitsUserSettingsPayload {
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}