OBJECT

SelectChannelBadgePayload

The output for the select channel badge mutation.

link GraphQL Schema definition

1type SelectChannelBadgePayload {
2
3# Indicates if selecting the badge was successful.
4isSuccessful: Boolean
5
6# The channel (user object of channel) this badge is selected on.
7user: User
8
9}