INPUT_OBJECT

UpdateWhisperSettingsInput

The request to the UpdateWhisperSettings mutation.

link GraphQL Schema definition

1input UpdateWhisperSettingsInput {
4
2# Whether to disallow strangers from iniating a whisper thread to this user.
3isBlockingWhispersFromStrangers: Boolean
5}