OBJECT

UpdateCommunityPointsChannelSettingsPayload

The response from updating a channel's Community Points channel settings.

link GraphQL Schema definition

1type UpdateCommunityPointsChannelSettingsPayload {
2
3# The channel with the newly updated settings.
4channel: Channel
5
6# An error that occurred while updating a channel's Community Points channel
7# settings.
8error: UpdateCommunityPointsChannelSettingsError
9
10}