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