INPUT_OBJECT
CreateLoyaltyBadgeInput
CreateLoyaltyBadge creates a new badge with these settings.
link GraphQL Schema definition
1 input CreateLoyaltyBadgeInput { 4 2 # The channel ID where the badge will be uploaded. 3 : ID! 7 5 # The S3 ID of the 1x sized badge. 6 : ID! 10 8 # The S3 ID of the 2x sized badge. 9 : ID! 13 11 # The S3 ID of the 4x sized badge. 12 : ID! 16 14 # The number of months of the badge. 15 : Int! 17 }