createCsvImport
Create an import using a CSV file. This could also be called "createPreview" as it does not actually start the import.
The permissions required vary depending on the type of import requested.
createCsvImport(
csvData: String!
demandHqId: ID!
importType: DemandImportType!
name: String!
): DemandImport!
Arguments
createCsvImport.csvData
● String!
non-null scalar
createCsvImport.demandHqId
● ID!
non-null scalar
createCsvImport.importType
● DemandImportType!
non-null enum
createCsvImport.name
● String!
non-null scalar
Type
DemandImport
object
An import for the Demand Domain.