HotelAmendRoomInput
No description
input HotelAmendRoomInput {
  occupancyID: Int!
  code: String!
  paxes: [BookPaxInput!]!
}
Fields
HotelAmendRoomInput.occupancyID ● Int! non-null scalar
Relates that room with a concrete occupancy
HotelAmendRoomInput.code ● String! non-null scalar
Room code
HotelAmendRoomInput.paxes ● [BookPaxInput!]! non-null input
The list or lists of paxes of the room