TransactableImport
Last edit: Nov 10, 2025
No description
type TransactableImport {
addresses: [AddressImport!]
attachments: [AttachmentsImport!]
created_at: ISO8601DateTime
creator_id: ID!
id: ID!
images: [ImagesImport!]
name: String
properties: HashObject
slug: String!
type_name: String!
updated_at: ISO8601DateTime
}
Fields
addresses (AddressImport)
attachments (AttachmentsImport)
created_at (ISO8601DateTime)
creator_id (ID)
id (ID)
ID will be changed after import, relations will be preseved
images (ImagesImport)
name (String)
properties (HashObject)
ex. {"color": "red"}