INPUT_OBJECT

UpdateCheerPartnerSettingsSponsoredCheermoteInput

Settings related to sponsored cheermote campaigns.

link GraphQL Schema definition

1input UpdateCheerPartnerSettingsSponsoredCheermoteInput {
4
2# The campaign ID we are modifying for the user.
3id: ID!
7
5# Flag that is true if the user has opted in of the sponsored cheermote campaign.
6isOptedIn: Boolean!
8}