INPUT_OBJECT

SendRoomMessageInput

link GraphQL Schema definition

1input SendRoomMessageInput {
3
2message: String!
6
4# Optional nonce which will be included in the pubsub event for this message.
5nonce: String
8
7roomID: ID!
9}