CategoryCsvMapping
No description
input CategoryCsvMapping {
csvHeader: String!
fieldName: CategoryFieldName!
}
Fields
CategoryCsvMapping.csvHeader
● String!
non-null scalar
The name of the column in the CSV file
CategoryCsvMapping.fieldName
● CategoryFieldName!
non-null enum
The name of the field in Propeller eCommerce Platform
Member Of
CategoryCsvInput
input