InventoryMasterRoom
Represents a room master response object.
type InventoryMasterRoom {
id: Int!
code: String
name: String
}
Fields
InventoryMasterRoom.id
● Int!
non-null scalar
Id associated with the room master.
InventoryMasterRoom.code
● String
scalar
Code associated with the room.
InventoryMasterRoom.name
● String
scalar
Name associated with the room.
Member Of
InventoryRoomSetUp
object