INPUT_OBJECT

UpdateVisibilityInput

The change that will be applied to the user's visibility. See VisibilityInput for details on the effects of each value.

link GraphQL Schema definition

1input UpdateVisibilityInput {
3
2visibility: VisibilityInput!
4}