INPUT_OBJECT

UpdateIsSharingActivityInput

Updates the user's activity sharing setting. This must only be sent in response to a direct action by the user intended to change the setting.

link GraphQL Schema definition

1input UpdateIsSharingActivityInput {
6
2# Determines whether or not to show the user's activity in their shared status.
3# When false, the user will always
4# appear as if they are performing no activity.
5isSharingActivity: Boolean!
7}