OBJECT

UpdateCommunityPointsEarlyAccessSettingsPayload

Returns updated early access status for Community Points.

link GraphQL Schema definition

1type UpdateCommunityPointsEarlyAccessSettingsPayload {
2
3# The channel whose Early Access preference was updated.
4channel: Channel
5
6# Optionally, an error that occurred while attempting to update the user's
7# enrollment status.
8error: UpdateCommunityPointsEarlyAccessError
9
10}