Skip to main content

StartCSVImport

Result of start CSV import mutation.

type StartCSVImport {
importFile: ImportFile
taskId: String
importErrors: [ImportError!]!
}

Fields

StartCSVImport.importFile ● ImportFile object

The import file being processed.

StartCSVImport.taskId ● String scalar

Celery task ID for the import job.

StartCSVImport.importErrors ● [ImportError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

startCsvImport mutation

Was this page helpful?