RoomsRs
Represents the response data for retrieving rooms.
type RoomsRs {
adviseMessages: [AdviseMessage]
rooms: [InventoryRoom]
success: Boolean!
}
Fields
RoomsRs.adviseMessages
● [AdviseMessage]
list object
Collection of advise messages.
RoomsRs.rooms
● [InventoryRoom]
list object
Collection of rooms.
RoomsRs.success
● Boolean!
non-null scalar
Indicates whether the response was successful based on the absence of advise messages.
Member Of
InventoryMutation
object ● InventoryQuery
object