INPUT_OBJECT

CreateLoyaltyBadgeUploadConfigInput

CreateLoyaltyBadgeUploadConfig creates a config with URL to upload the badge image to.

link GraphQL Schema definition

1input CreateLoyaltyBadgeUploadConfigInput {
4
2# The channel ID where the badge will be uploaded.
3channelID: ID!
7
5# The size of the badge.
6size: Int!
8}