INPUT_OBJECT

ManuallyTriggerDropInput

ManuallyTriggerDrop has fields required to update a campaign summary.

link GraphQL Schema definition

1input ManuallyTriggerDropInput {
4
2# The id of the campaign that includes the drop to trigger.
3campaignID: ID!
7
5# The id of the drop to trigger.
6dropID: ID!
11
8# This is the Organization ID (RBAC) to determine access / ownership of the
9# campaign and attached drops.
10ownerID: ID!
12}