INPUT_OBJECT
SetCreatorBadgeFlairInput
The input to be provided to the SetCreatorBadgeFlair mutation.
link GraphQL Schema definition
1 input SetCreatorBadgeFlairInput { 4 2 # ID for channel to apply setting for. 3 : ID! 7 5 # Setting to apply to channel setting for badge flair. 6 : CreatorBadgeFlairSetting! 8 }