ColeWalker / twitch-graphql

A GraphQL wrapper for the twitch api
MIT License
14 stars 2 forks source link

Add "Send Chat Message" Mutation #155

Closed ColeWalker closed 3 years ago

ColeWalker commented 3 years ago

Should accept a channel where chat message is to be sent and the message to be sent to the channel.

This cannot be part of the chat subscription type as it is not necessarily related to websockets.

Will need to create mutation type in the root schema.

Function should connect to the chat, send the message, then disconnect from the chat.