PricesheetCsvInput
No description
input PricesheetCsvInput {
file: Upload!
mappings: [PricesheetCsvMapping!]
}
Fields
PricesheetCsvInput.file ● Upload! non-null scalar
CSV file
PricesheetCsvInput.mappings ● [PricesheetCsvMapping!] list input
List of Pricesheet mappings
Member Of
pricesheetCsvImport mutation