OBJECT

DeselectChannelBadgePayload

The output for the deselect channel badge mutation.

link GraphQL Schema definition

1type DeselectChannelBadgePayload {
2
3# The channel (user object of channel) this badge is deselected on.
4user: User
5
6}