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