CustomerCsvMapping
No description
input CustomerCsvMapping {
csvHeader: String!
fieldName: CustomerFieldName!
}
Fields
CustomerCsvMapping.csvHeader ● String! non-null scalar
CSV column header name
CustomerCsvMapping.fieldName ● CustomerFieldName! non-null enum
Corresponding Propeller field name
Member Of
CustomerCsvInput input