INPUT_OBJECT

CreateLoyaltyBadgeInput

CreateLoyaltyBadge creates a new badge with these settings.

link GraphQL Schema definition

1input CreateLoyaltyBadgeInput {
4
2# The channel ID where the badge will be uploaded.
3channelID: ID!
7
5# The S3 ID of the 1x sized badge.
6image1xID: ID!
10
8# The S3 ID of the 2x sized badge.
9image2xID: ID!
13
11# The S3 ID of the 4x sized badge.
12image4xID: ID!
16
14# The number of months of the badge.
15requiredTenureMonths: Int!
17}