OBJECT

UpdateCommunityPointsEarlyAccessError

An error returned when updating a user's enrollment in Community Points early access.

link GraphQL Schema definition

1type UpdateCommunityPointsEarlyAccessError {
2
3# The error code identifying this error.
4code: UpdateCommunityPointsEarlyAccessErrorCode!
5
6}