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