Skip to main content

SupplyImportDataResponse

The response from importData, containing data and metadata.

type SupplyImportDataResponse {
data: SupplyImportData
filename: String!
metadata: SupplyImportMetadata!
}

Fields​

SupplyImportDataResponse.data ● SupplyImportData object​

SupplyImportDataResponse.filename ● String! non-null scalar​

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

SupplyImportDataResponse.metadata ● SupplyImportMetadata! non-null object​

Returned by​

importData query