CategoryCsvInput
No description
input CategoryCsvInput {
file: Upload!
mappings: [CategoryCsvMapping!]
}
Fields
CategoryCsvInput.file
● Upload!
non-null scalar
CSV file
CategoryCsvInput.mappings
● [CategoryCsvMapping!]
list input
List of Category mappings
Member Of
categoryCsvImport
mutation