OBJECT

CampaignRewardMetadata

Metadata for the reward that only impacts how the rewards are rendered on the front end apps.

link GraphQL Schema definition

1type CampaignRewardMetadata {
2
3# Whether the reward is initially unavailable upon redeeming.
4isPending: Boolean! @deprecated( reason: "No longer supported" )
5
6# Reward subtype usually specific to the game the campaign belongs to (e.g. skin,
7# spray, etc).
8subType: String @deprecated( reason: "No longer supported" )
9
10}