OBJECT
AddDropToCampaignPayload
AddDropToCampaignPayload returns the result of the creation.
link GraphQL Schema definition
1 type AddDropToCampaignPayload { 2 3 # Returns the newly created drop. 4 : DropType 5 6 # A mapped error returned by the drops management service. 7 : DropsError 8 9 }