InventoryCsvInput
No description
input InventoryCsvInput {
file: Upload!
mappings: [InventoryCsvMapping!]
}
Fields
InventoryCsvInput.file
● Upload!
non-null scalar
CSV file
InventoryCsvInput.mappings
● [InventoryCsvMapping!]
list input
A list of inventories CSV field mappings
Member Of
inventoryCsvImport
mutation