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