VisibilityType
Describes the visibility of a new post.
enum VisibilityType {
TEAM
PUBLIC
}
Values
VisibilityType.TEAM
Post is only visibly to the team.
VisibilityType.PUBLIC
Post is visible to anyone.
Member of
Activity object ● ActivityPostCreate mutation ● Post object