OBJECT

ManuallyTriggerDropPayload

ManuallyTriggerDropPayload returns the result of the creation/update.

link GraphQL Schema definition

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