INPUT_OBJECT

SetReadableChatColorsEnabledInput

The required input to set a user's readable chat colors setting.

link GraphQL Schema definition

1input SetReadableChatColorsEnabledInput {
4
2# Whether readable chat colors should be enabled for the current user.
3isReadableChatColorsEnabled: Boolean!
5}