Homepage

ModelUpdate

Last edit:

No description

type ModelUpdate {
  addresses: [AddressImport!]
  attachments: [AttachmentsImport!]
  created_at: ISO8601DateTime
  customizable_id: ID
  customizable_type: CustomizableTypeEnum
  id: ID!
  images: [ImagesImport!]
  properties: HashObject
  type_name: String!
  updated_at: ISO8601DateTime
  user_id: ID
}

Fields

addresses (AddressImport)

attachments (AttachmentsImport)

created_at (ISO8601DateTime)

customizable_id (ID)

customizable_type (CustomizableTypeEnum)

id (ID)

ID must match existing object id

images (ImagesImport)

properties (HashObject)

ex. {"color": "red"}

type_name (String)

updated_at (ISO8601DateTime)

user_id (ID)

Questions?

We are always happy to help with any questions you may have.

contact us