OBJECT

DropCampaignACL

A toggleable access control list of channels given certain access to drop campaigns.

link GraphQL Schema definition

1type DropCampaignACL {
2
3# The channels that are either granted or denied access.
4channels: [Channel!]
5
6# Whether the access list is currently in use.
7isEnabled: Boolean!
8
9}