INPUT_OBJECT
CreateBadgeFlairInput
Input to the CreateBadgeFlair mutation
link GraphQL Schema definition
1 input CreateBadgeFlairInput { 4 2 # ID of the creator/channel which owns this custom badge flair. 3 : ID! 8 5 # The S3 ID of the 1x sized badge, provided to clients by Upload Service. (See the 6 # createLoyaltyBadgeUploadConfig mutation). 7 : ID! 12 9 # The S3 ID of the 2x sized badge provided to clients by Upload Service. (See the 10 # createLoyaltyBadgeUploadConfig mutation). 11 : ID! 16 13 # The S3 ID of the 4x sized badge provided to clients by Upload Service. (See the 14 # createLoyaltyBadgeUploadConfig mutation). 15 : ID! 19 17 # Sub tier which receives access to this flair. 18 : CreatorBadgeFlairTier! 20 }