ContactImportFieldSelection
No description
type ContactImportFieldSelection {
contact_import: ContactImport!
fields: [ContactImportFieldsType]!
headers: [String]!
}
Fields
ContactImportFieldSelection.contact_import
● ContactImport!
non-null object
ContactImportFieldSelection.fields
● [ContactImportFieldsType]!
non-null object
ContactImportFieldSelection.headers
● [String]!
non-null scalar
Returned By
uploadContactImportFile
mutation