INPUT_OBJECT

SetCreatorBadgeFlairInput

The input to be provided to the SetCreatorBadgeFlair mutation.

link GraphQL Schema definition

1input SetCreatorBadgeFlairInput {
4
2# ID for channel to apply setting for.
3channelID: ID!
7
5# Setting to apply to channel setting for badge flair.
6creatorBadgeFlair: CreatorBadgeFlairSetting!
8}