INPUT_OBJECT

SelectChannelBadgeInput

Inputs for selecting a channel badge.

link GraphQL Schema definition

1input SelectChannelBadgeInput {
4
2# Set ID of the badge to select.
3badgeSetID: ID!
7
5# Optional Version of the Badge to select.
6badgeSetVersion: String
10
8# ID of the channel this badge is selected on.
9channelID: ID!
11}