Skip to main content

DemandImportDataResponse

The response from importData, containing data and metadata.

type DemandImportDataResponse {
data: DemandImportData
filename: String!
metadata: DemandImportMetadata!
}

Fields

DemandImportDataResponse.data ● DemandImportData object

DemandImportDataResponse.filename ● String! non-null scalar

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

DemandImportDataResponse.metadata ● DemandImportMetadata! non-null object

Returned by

importData query