ProductCsvInput
No description
input ProductCsvInput {
file: Upload!
mappings: [ProductCsvMapping!]
}
Fields
ProductCsvInput.file
● Upload!
non-null scalar
CSV file
ProductCsvInput.mappings
● [ProductCsvMapping!]
list input
A list of products CSV field mappings
Member Of
productCsvImport
mutation