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