Skip to main content

CreateImportFile

Result of create import file mutation.

type CreateImportFile {
importFile: ImportFile
metadata: CSVMetadata
importErrors: [ImportError!]!
}

Fields

CreateImportFile.importFile ● ImportFile object

The created import file.

CreateImportFile.metadata ● CSVMetadata object

Metadata extracted from the CSV file.

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

List of errors that occurred executing the mutation.

Returned By

createImportFile mutation

Was this page helpful?