BookRoomInput
Input BookRoom contains list of pax and the room’s reference.
GraphQL schema definition
- type BookRoomInput {
- Int! :
- [BookPaxInput!]! :
- }
Fields
- occupancyRefId(Int!): The room's reference in the booking
- paxes([BookPaxInput!]!): The list or lists of paxes of the room