INPUT_OBJECT

UpdateCommunityPointsEarlyAccessSettingsInput

Requests to change a user's enrollment status in the Community Points early access program.

link GraphQL Schema definition

1input UpdateCommunityPointsEarlyAccessSettingsInput {
5
2# Sets whether the user is signing up for or removing themself from the early
3# access program.
4isSignedUp: Boolean!
6}