INPUT_OBJECT

DeleteRoomMessageInput

link GraphQL Schema definition

1input DeleteRoomMessageInput {
3
2messageID: ID!
5
4roomID: ID!
6}