DeleteRoomTypeInput
Defines the input for deleting a room type.
input DeleteRoomTypeInput {
eventId: ID!
roomTypeId: ID!
}
Fields
DeleteRoomTypeInput.eventId ● ID! non-null scalar
The identifier of the event the room type is associated with.
DeleteRoomTypeInput.roomTypeId ● ID! non-null scalar
The identifier of the room type.
Member Of
deleteRoomType mutation