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