OBJECT

CommunityPointsEarlyAccessSettings

Properties concerning the user's participation in the Community Points early access program.

link GraphQL Schema definition

1type CommunityPointsEarlyAccessSettings {
2
3# Whether the user is eligible to sign up for Community Points early access.
4canSignUp: Boolean!
5
6# Whether the user has signed up for Community Points early access.
7isSignedUp: Boolean!
8
9}