Skip to main content

SupplyImport

An import for the Supply Domain.

type SupplyImport {
filename: String!
metadata: SupplyImportMetadata!
}

Fields​

SupplyImport.filename ● String! non-null scalar​

The filename of the import's data file, can be used similar to an ID.

SupplyImport.metadata ● SupplyImportMetadata! non-null object​

Returned by​

createCsvImport mutation ● startImport mutation

Member of​

SupplyImportConnection object ● SupplyImportEdge object