CampaignReward
No description
type CampaignReward {
id: ID!
title: String!
description: String!
imageUrl: String!
videoUrl: String!
cta: CTA
slug: String!
}
Fields
id ● ID! non-null scalar
title ● String! non-null scalar
description ● String! non-null scalar
imageUrl ● String! non-null scalar
videoUrl ● String! non-null scalar
cta ● CTA object
slug ● String! non-null scalar
Member of
Campaign object ● GetPackSummaryProgressResponse object
Implemented by
HomeFeedItem union