AttributeCsvInput
No description
input AttributeCsvInput {
file: Upload!
mappings: [AttributeCsvMapping!]
}
Fields
AttributeCsvInput.file
● Upload!
non-null scalar
CSV file
AttributeCsvInput.mappings
● [AttributeCsvMapping!]
list input
A list of attributes CSV field mappings
Member Of
attributeCsvImport
mutation