CTA
No description
type CTA {
description: String!
cta: String!
ctaURL: String!
liveEngagementType: LiveEngagementType!
}
Fields
description ● String! non-null scalar
cta ● String! non-null scalar
ctaURL ● String! non-null scalar
liveEngagementType ● LiveEngagementType! non-null enum
Member of
Campaign object ● CampaignReward object
Implemented by
LiveEngagement union