ContactCsvInput
No description
input ContactCsvInput {
file: Upload!
mappings: [ContactCsvMapping!]
}
Fields
ContactCsvInput.file
● Upload!
non-null scalar
CSV file
ContactCsvInput.mappings
● [ContactCsvMapping!]
list input
A list of contacts CSV field mappings
Member Of
contactCsvImport
mutation