DemandImport
An import for the Demand Domain.
type DemandImport {
filename: String!
metadata: DemandImportMetadata!
}
Fields
DemandImport.filename ● String! non-null scalar
The filename of the import's data file, can be used similar to an ID.
DemandImport.metadata ● DemandImportMetadata! non-null object
Returned by
createCsvImport mutation ● startImport mutation
Member of
DemandImportConnection object ● DemandImportEdge object