SupplyImportMetadata
The metadata for a bulk action export.
type SupplyImportMetadata {
createdAt: Date!
domainEntityId: ID!
fileExtension: ImportFileExtension!
identityId: ID!
importStatus: BulkActionStatus!
importType: SupplyImportType!
name: String!
ticksTillTheEndOfTime: Float!
}
Fields
SupplyImportMetadata.createdAt
● Date!
non-null scalar
The date and time the import was created.
SupplyImportMetadata.domainEntityId
● ID!
non-null scalar
The SupplierId of the supplier that the export belongs to.
SupplyImportMetadata.fileExtension
● ImportFileExtension!
non-null enum
Indicates the format of the underlying data.
SupplyImportMetadata.identityId
● ID!
non-null scalar
The requesting identityId (username).
SupplyImportMetadata.importStatus
● BulkActionStatus!
non-null enum
The status of the export.
SupplyImportMetadata.importType
● SupplyImportType!
non-null enum
The type of import requested.
SupplyImportMetadata.name
● String!
non-null scalar
The name of the export, something to remember it by.
SupplyImportMetadata.ticksTillTheEndOfTime
● Float!
non-null scalar
The number of ticks until the end of time (figuratively). Used to sort filenames in descending order of requestedAt. Note that this number is actually an Int, it is just too large to fit in 32 bits.
Member of
SupplyImport
object ● SupplyImportDataResponse
object