ClusterCsvInput
No description
input ClusterCsvInput {
file: Upload!
mappings: [ClusterCsvMapping!]
}
Fields
ClusterCsvInput.file
● Upload!
non-null scalar
CSV file
ClusterCsvInput.mappings
● [ClusterCsvMapping!]
list input
A list of clusters CSV field mappings
Member Of
clusterCsvImport
mutation