INPUT_OBJECT

UpdateAdPropertiesInput

Inputs to the updateAdProperties mutation.

link GraphQL Schema definition

1input UpdateAdPropertiesInput {
4
2# Toggle for disable prerolls for midrolls feature.
3hasDisablePrerollsAbilityEnabled: Boolean
11
5# Toggle for disable prerolls for midrolls notifcations.
6# The "Disable Prerolls" product is a way for streamers to disable preroll ads by
7# running midroll ads.
8# The streamer can choose to enable notifications (ie. "Preroll Ads are now
9# disabled for X minutes") for this product.
10hasDisablePrerollsNotificationsEnabled: Boolean
14
12# Toggle for enable multiplayer ads for subs.
13isMultiplayerAdsForSubsEnabled: Boolean
17
15# User the update belongs to.
16targetUserID: ID!
18}