INPUT_OBJECT

UpdateCommunityPointsChannelSettingsInput

Input for updating Community Points channel settings.. Only the channelID is required. All other fields are optional. Only set fields that are intended to be updated.

link GraphQL Schema definition

1input UpdateCommunityPointsChannelSettingsInput {
4
2# The channel ID to update the settings of.
3channelID: ID!
7
5# Whether the channel has community points turned on.
6isEnabled: Boolean
10
8# The channel's custom community points name.
9name: String
13
11# A flag to reset this channel's community points image to default.
12shouldResetImage: Boolean
16
14# A flag to reset this channel's community points name to default.
15shouldResetName: Boolean
17}