Homepage

CustomizationInputType

Last edit: Oct 26, 2022

No description

type CustomizationInputType {
  created_at: JSONDate
  custom_attachments: [AtachmentInputType]
  custom_images: [ImageInputType]
  custom_model_type_id: ID
  custom_model_type_name: String
  customizable_id: ID
  customizable_type: CustomizableTypeEnum
  customizations: [CustomizationsInputType]
  deleted_at: JSONDate
  external_id: ID
  id: ID
  model_schema_name: String
  models: [CustomizationsInputType]
  properties: [CustomAttributeInputType]
  title: String
  user_id: ID
}

Fields

created_at (JSONDate)

custom_attachments (AtachmentInputType)

custom_images (ImageInputType)

custom_model_type_id (ID)

custom_model_type_name (String)

deprecated, use model_schema_name

customizable_id (ID)

customizable_type (CustomizableTypeEnum)

customizations (CustomizationsInputType)

deleted_at (JSONDate)

external_id (ID)

id (ID)

model_schema_name (String)

models (CustomizationsInputType)

properties (CustomAttributeInputType)

title (String)

deprectated, use properties

user_id (ID)

Questions?

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

contact us