PrivacyLevel
The privacy level that describes how much information about an object is shared.
enum PrivacyLevel {
NONE
MASKED
ANONYMOUS
}
Values
PrivacyLevel.NONE
All fundraisers can see information about one another on a campaign
PrivacyLevel.MASKED
All fundraisers can only see each other's first name and last initials on a campaign
PrivacyLevel.ANONYMOUS
All fundraisers are anonymous to one another on a campaign
Member of
Campaign object ● CampaignUpdate mutation ● User object ● Viewer object ● ViewerSettingsUpdate mutation