INPUT_OBJECT

DeleteLoyaltyBadgeInput

Inputs for the mutation. Loyalty Badge to be deleted by channelID, badgeID, and channelTenureMethodID.

link GraphQL Schema definition

1input DeleteLoyaltyBadgeInput {
4
2# badgeID correlated to the badge being deleted.
3badgeID: ID!
7
5# channelID correlated to the badge being deleted.
6channelID: ID!
10
8# channelTenureMethodID uniquely identifies the badge being deleted.
9channelTenureMethodID: ID!
11}