UserProfileUpdateType
Last edit: Nov 10, 2025
No description
type UserProfileUpdateType {
addresses: [AddressImport!]
attachments: [AttachmentsImport!]
id: ID!
images: [ImagesImport!]
properties: HashObject
type_name: String!
}
Fields
addresses (AddressImport)
attachments (AttachmentsImport)
id (ID)
ID must match existing object id
images (ImagesImport)
properties (HashObject)
ex. {"color": "red"}