DesPartStockMapping
Maps a file column to a stock quantity and optional location.
type DesPartStockMapping {
locationColumn: String
qtyColumn: String!
}
Fields
DesPartStockMapping.locationColumn ● String scalar
Column header for the location. When absent or unreadable, location is left empty.
DesPartStockMapping.qtyColumn ● String! non-null scalar
Column header for the quantity.