INPUT_OBJECT

UpdateChatColorInput

link GraphQL Schema definition

1input UpdateChatColorInput {
6
2# Named color for normal users (e.g. "Blue" or "Coral", see
3# https://help.twitch.tv/customer/portal/articles/659095-twitch-chat-and-moderation-commands)
4# or a hex color for Turbo users (e.g. "#001122").
5color: String!
7}