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