SupplyExport
An export for the Supply Domain.
type SupplyExport {
filename: String!
metadata: SupplyExportMetadata!
url: String
}
Fields
SupplyExport.filename ● String! non-null scalar
The filename of the export's data file, can be used similar to an ID.
SupplyExport.metadata ● SupplyExportMetadata! non-null object
SupplyExport.url ● String scalar
The URL to download the export.
Returned by
exportSupplierProducts mutation
Member of
SupplyExportConnection object ● SupplyExportEdge object