OBJECT

ProductStaticDesign

link GraphQL Schema definition

  • type ProductStaticDesign {
  • # Arguments
  • # include_deleted: [Not documented]
  • src_product(include_deleted: Boolean): Product
  • # Arguments
  • # include_deleted: [Not documented]
  • src_surface(include_deleted: Boolean): ProductSurfaceArea
  • id: Int
  • src_product_id: Int
  • dst_product_id: Int
  • src_surface_id: Int
  • dst_surface_id: Int
  • dst_x: Int
  • dst_y: Int
  • dst_width: Int
  • dst_height: Int
  • }