OBJECT

CreateLoyaltyBadgePayload

CreateLoyaltyBadgePayload returns the created badge.

link GraphQL Schema definition

1type CreateLoyaltyBadgePayload {
2
3# The created badge.
4badge: LoyaltyBadge
5
6# A code indicating why the create call failed, if it did.
7errorCode: CreateLoyaltyBadgeResponseCode
8
9}