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