OBJECT
SetDropBenefitsOnDropPayload
SetDropBenefitsOnDropPayload returns the result of the creation/update.
link GraphQL Schema definition
1 type SetDropBenefitsOnDropPayload { 2 3 # Returns the updated Campaign. 4 : DropCampaign 5 6 # A mapped error returned by the drops management service. 7 : DropsError 8 9 }