INPUT_OBJECT

EmitCampaignDiscoveryEventInput

EmitCampaignDiscoveryEventInput contains the campaign objective type of the event being emitted and the channelID from which this event is born.

link GraphQL Schema definition

1input EmitCampaignDiscoveryEventInput {
4
2# The channelID from the channel this event is taking place on.
3channelID: ID!
7
5# The campaign objective type of the event.
6discoveryType: CampaignDiscoveryEventType!
8}