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