OBJECT

UpdateVisibilityPayload

link GraphQL Schema definition

1type UpdateVisibilityPayload {
2
3# The modified user.
4user: User
5
6}