DeleteRoomInput
Autogenerated input type of DeleteRoom
input DeleteRoomInput {
clientMutationId: String
id: ID
}
Fields
DeleteRoomInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DeleteRoomInput.id
● ID
scalar
Member Of
deleteRoom
mutation