OBJECT

UpdateWhisperSettingsPayload

The response from the UpdateWhisperSettings mutation.

link GraphQL Schema definition

1type UpdateWhisperSettingsPayload {
2
3# The user whose whisper settings were updated.
4user: User
5
6}