InventoryRoom
Represents a room within the inventory system.
type InventoryRoom {
  id: Int!
  code: String
  name: String
}
Fields
InventoryRoom.id ● Int! non-null scalar
Unique identifier for the room.
InventoryRoom.code ● String scalar
Code of the room.
InventoryRoom.name ● String scalar
Name of the room.
Member Of
RoomsRs  object