UserProfileImportType
Last edit: Oct 26, 2022
No description
type UserProfileImportType {
addresses: [AddressImport!]
attachments: [AttachmentsImport!]
id: ID
images: [ImagesImport!]
properties: HashObject
type_name: String!
}
Fields
addresses
(AddressImport
)
attachments
(AttachmentsImport
)
id
(ID
)
ID will be stored as external_id, relations will be preseved. We generate it when empty.
images
(ImagesImport
)
properties
(HashObject
)
ex. {"color": "red"}