OBJECT
ManuallyTriggerDropPayload
ManuallyTriggerDropPayload returns the result of the creation/update.
link GraphQL Schema definition
1 type ManuallyTriggerDropPayload { 2 3 # A mapped error returned by the drops management service. 4 : DropsError 5 6 # Returns a list of channels the drop was tried to be triggered on and the trigger 7 # restult. 8 : [TriggerResult!] 9 10 }