DeleteRoomInput
Autogenerated input type of DeleteRoom
input DeleteRoomInput {
clientMutationId: String
conversationId: ID!
}
Fields
DeleteRoomInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
DeleteRoomInput.conversationId ● ID! non-null scalar common
The ID of the conversation to delete.
Member of
roomDelete mutation